-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle2.css
More file actions
43 lines (41 loc) · 690 Bytes
/
Style2.css
File metadata and controls
43 lines (41 loc) · 690 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
h2 {
color: yellow;
text-align:center;
font-size: 180%;
}
body {
background-image: url(https://images.unsplash.com/photo-1535966953907-e3a81e258148?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxzZWFyY2h8OXx8bGFwdG9wJTIwd2FsbHBhcGVyfGVufDB8fDB8fA%3D%3D&auto=format&fit=crop&w=500&q=60);
background-size: cover;
}
h2:hover {
cursor:pointer;
}
h3 {
font-size: 130%;
text-indent: 20px;
text-size-adjust: 50px;
color: greenyellow;
}
ol {
margin-left: 30px;
font-size: 130%;
}
img {
margin:5px 0px;
width:250px;
height:150px;
transition: all 0.8s;
}
img:hover {
transform: scale(1.1);
}
p {
text-align: center;
font-size: 110%;
}
.progress{
margin:10px 38px;
}
* {
text-align: left;
}