-
Notifications
You must be signed in to change notification settings - Fork 0
/
random.css
67 lines (67 loc) · 1.18 KB
/
random.css
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
body{
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
background-color: aquamarine;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.btn{
padding: 1em;
position: fixed;
top: 5px;
left: 5px;
border-radius: 50%;
cursor: pointer;
background-color: black;
}
h2{
padding: 0.1em;
position: fixed;
top: -15px;
right: 7px;
cursor: pointer;
}
h2 a{
text-decoration: none;
}
.btnchange{
background-color: white;
}
.change{
background-color: black;
color: white;
}
#name{
font-size: 3rem;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
position: absolute;
top: 50%;
left: 5%;
}
.container{
display: flex;
justify-content: center;
align-items: center;
position: relative;
margin-right: 2%;
flex-direction: column;
}
input{
display: flex;
flex-direction: column;
margin-bottom: 10px;
margin-top: 10px;
}
input[type="submit"],.info,#check{
position: relative;
margin-left: 30px;
font-size: 18px;
font-weight: 500;
}
label{
font-size: 18px;
}