-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmain2.css
78 lines (68 loc) · 1.38 KB
/
main2.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
68
69
70
71
72
73
74
75
76
77
78
*{
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
box-sizing: border-box;
}
.purplebox_container{
justify-content: center;
display: flex;
}
.purplebox{
background-color: rgb(149, 143, 229);
height: 3rem;
text-align: center;
width: 1350px;
color: white;
padding-top: 15px;
}
.blackboder_box{
border: 1px solid black;
width: 18rem;
text-align: center;
font-size: 14px;
}
.blackboder2_box_container{
justify-content: center;
display: flex;
margin-top: 2rem;
}
.blackboder2_box{
border: 1px solid black;
width: 18rem;
text-align: center;
font-size: 14px;
margin-left: 8rem;
}
.smallword{
display: flex;
justify-content: center;
font-size: 10px;
padding-right: 33rem;
padding-top: 24px;
}
.smallpurple_box_container{
display: flex;
justify-content: center;
padding-left: 48rem;
margin-top: 12rem;
}
.smallpurplebox{
color: white;
background-color: rgb(149, 143, 229);
border-radius: 8px;
height: 35px;
width: 6rem;
padding-left: 23px;
}
#l1{
display: flex;
height: 35px;
width: 5rem;
background-color: rgb(149, 143, 229);
border-radius: 8px;
align-items: center;
}
#l2{
color: white;
text-decoration: none;
text-align: center;
}