-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathstyle.css
51 lines (49 loc) · 832 Bytes
/
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
body{
background-color: rgb(80, 210, 210);
padding: 2px;
border: 2px solid black;
border-radius: 20px;
font-size:medium;
}
h2{
text-decoration: underline;
}
a{
text-decoration: none;
}
h1{
text-decoration:underline;
}
img{
width: 100%;
height: 70vh;
background-color: palegoldenrod;
box-sizing: border-box;
}
p{
text-size-adjust:initial ;
background-color: rgb(235, 165, 203);
font-size:x-large;
}
li{
text-size-adjust:initial ;
background-color: rgb(235, 165, 203);
font-size: x-large;
}
a{
text-size-adjust:initial ;
background-color: rgb(235, 165, 203);
font-size:x-large;
}
.container{
width: 130px;
}
.box{
width: 150px;
}
.imp{
width:300px;
}
.containers{
width: 120px;
}