-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
53 lines (50 loc) · 1.11 KB
/
style.css
File metadata and controls
53 lines (50 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
body {
font-family: 'Noto Sans', sans-serif;
font-size: 1.5rem;
color: white;
}
*{
text-align: center;
}
.container {
background-image: url("tri.jpg");
background-position: 50% 50%;
display: flex;
flex-direction: column;
width: auto;
margin: 2rem;
padding: 2rem;
align-items: center;
box-shadow: 0 1px 25px rgb(146 161 176 / 15%);
}label {
font-weight: 800;
padding: 0.5rem;
}
input {
border-radius: 4px;
height: 5vh;
width:15vw;
font-size: 1.5rem;
}
#check {
color: white;
font-size: 1.5rem;
width: 20vh;
background-color: rgb(255, 129, 129);
padding: 0.25rem 1rem;
margin: 1rem;
border: none;
border-radius: 5px;
font-family: 'Noto Sans', sans-serif;
box-shadow: 0 1px 10px rgb(146 161 176 / 100%);
}
#output{
border:none;
font-family: 'Noto Sans', sans-serif;
font-size: 1.5rem;
padding: 0.25rem 1rem;
margin: 1rem;
border: none;
font-family: 'Noto Sans', sans-serif;
}