-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathterms.css
64 lines (56 loc) · 871 Bytes
/
terms.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
.main-div{
display:flex;
flex-direction:row;
justify-content:center;
padding:50px;
}
#div1
{
width:300px;
height:200px;
padding:20px;
border:2px blue solid;
border-radius:20px;
}
#div2{
position:relative;
display:flex;
flex-direction:column;
width:800px;
margin-left:30px;
padding:20px;
height:850px;
background-color: rgb(236, 252, 255);
border:2px white solid;
border-radius:20px;
}
#div3{
position:relative;
font-size:15px;
font-weight:bold;
border:2px black solid;
width:125px;
padding:10px;
}
#div4{
padding:0px;
position:absolute;
top:100px;
left:20px;
display:flex;
flex-direction:column;
text-align:left;
margin:0px;}
#div5{
padding:0px;
display:flex;
text-align:left;
width:800px;
}
h3{
font-size:30px;
color:rgb(6, 69, 120);
}
li{
margin:20px;
}