-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
44 lines (39 loc) · 699 Bytes
/
index.css
File metadata and controls
44 lines (39 loc) · 699 Bytes
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
body, html{
display: flex;
width: 100%;
height: 100vh;
justify-content: center;
align-items: center;
margin: 0;
}
.flex{
display: flex;
min-width: 90%;
padding: 20px;
border: solid black;
flex-direction: column;
align-items: center;
}
#hi{
width: fit-content;
padding: 10px;
color: cadetblue;
font-size: 50px;
border: 2px black solid;
text-align: center;
}
.butcon{
display: flex;
justify-content: center;
width: 100%;
margin-top: 25px;
}
.we{
display: flex;
font-size: 20px;
border: 5px greenyellow double;
background-color: aquamarine;
text-align: center;
padding: 10px 20px;
}
.bu1{ margin-right: 20px;}