-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreset.css
More file actions
159 lines (94 loc) · 1.88 KB
/
reset.css
File metadata and controls
159 lines (94 loc) · 1.88 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
header {
position: initial;
text-align: center;
margin-bottom: 1rem;
top: 0;
font-size: medium;
}
body html {
display: grid;
justify-content: center;
align-items: center;
width: 100%;
height: 100vh;
}
body {
font: 1rem "Nunito" , sans-serif;
background-size: 300%;
background-position-y: center;
background-position-x: center;
background-repeat: no-repeat;
display:grid;
box-sizing: border-box;
/*flex-direction:column;*/
place-items: center;
margin:0;
padding: 0;
background-size:cover;
background-position: center center ;
height: 100%;
width: 100vw;
position: relative;
text-wrap: nowrap;
}
#final {
background-color: hsla(239, 44%, 57%, 0.225);
padding: 9.5rem;
display:grid;
background-position: center;
height: 10rem;
margin-left: 0.4rem;
margin-right: 0.4rem;
margin-top: -1.6rem;
text-align: center;
text-wrap: nowrap;
}
.elemnt {
font-size: 1.25rem ;
position: relative;
top: -4.25rem;
text-align:center;
padding: 6px;
bottom: 5rem;
}
input {
padding-top: -2rem;
margin-top: 0rem;
width: 25rem;
height: 2rem;
border-radius: 10px;
}
button {
text-align: center;
/*padding: 10px 20px;*/
/* gap: 3px;*/
width: 20em;
height: 3rem;
font-size: 1.25rem;
margin-top: 3em;
margin-left: 0.1em;
position: relative fixed ;
top: 3rem;
border-radius: 10px;
font-size: 1.25rem;
background-color:rgb(0, 100, 42);
}
.mee {
position:fixed;
left: 0.3em;
bottom: 0;
margin-bottom: 0;
font-size: medium;
}
.move a {
position: fixed;
top: 0;
right: 0.8em;
margin-top: 0;
text-decoration: none;
color: rgb(0, 0, 0);
font-size: 1.5rem;
}
.word {
text-wrap: nowrap;
}