-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
65 lines (58 loc) · 1.1 KB
/
style.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
body{
margin: 10%;
margin-top: 0;
padding: 0;
border: 0.5px solid rgb(243, 243, 238);
}
#eye{
margin-top: 40px;
text-align:center;
background-color: rgba(255, 255, 255, 0.97);
border-bottom: 2px solid rgb(238, 231, 232);
color: black;
padding-bottom: 5px;
position: sticky;
top:0px;
}
.title{
background-color: rgb(243, 239, 239);
text-align: center;
text-decoration:none;
}
.content{
margin-left: 5px;
padding: 5px 10px;
color:rgb(31, 29, 29);
font-family: Georgia, 'Times New Roman', Times, serif;
line-height: 2;
text-align: justify;
}
li{
margin-left: 20px;
}
button{
background: rgba(55, 55, 218, 1);
padding: 5px 10px 5px 10px;
border: 2px solid rgba(55, 55, 218, 1);
border-radius: 3px;
}
button a{
text-decoration: none;
color: rgb(251, 251, 251);
}
button:hover{
background: rgba(55,55,218,0.9);
border: 2px solid rgb(192, 115, 115);
}
iframe{
width: 560px;
height: 315px;
}
@media (max-width: 720px) {
iframe{
width: 95%;
}
body{
margin: 5px;
}
}