-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
50 lines (50 loc) · 1.04 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
*{
margin :0;
padding: 0;
}
h1{
align-items: center;
position: relative;
height: 650px;
display: flex;
justify-content: center;
background-image: url("https://images.creativemarket.com/0.1.0/ps/7358706/1820/1213/m1/fpnw/wm1/r4ejcddlzrzpyfjdouhnnkfgfjrjuy4xyhhcnkuxt3m6rh05n4fnjqlf92qwdpkn-.jpg?1574658759&s=bdcb7212acfc1980a7cfee59581e102a");
background-size: 1520px 649px;
color: aliceblue;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
h2{
text-align: center;
cursor: pointer;
font-weight:bolder;
}
p{
font-weight:bolder;
position:relative;
left:100px;
}
h2:hover{
text-decoration: underline;
}
.images{
display: flex;
flex-direction: column;
}
.img{
width:300px;
height: 200px;
}
.imgs{
margin: 40px;
}
.img{
display: block;
float: left;
box-shadow: 15px 15px 15px #0e0e0e;
border:5px solid rgb(55, 54, 54);
border-radius: 12px;
cursor: pointer;
}
.img:hover{
opacity:.7;
}