-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
80 lines (73 loc) · 1.2 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
*{
margin: 0%;
}
h2{
font-size: 30px;
text-align: center;
padding-top: 0.8cm;
}
h1{
color: white;
text-align: center;
padding-top: 7%;
font-size: 35px;
}
.a1{
background-attachment: fixed;
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: multiply;
width: 100%;
height: 450px;
opacity: o.9;
color: white;
background-image: url(./images/backgImage.jpg);
text-align: center;
}
button{
text-align: center;
padding-top: 10px;
width: 10%;
color: white;
background-color: dimgrey;
}
button:hover{
background-color: white;
color: black;
}
.g1{
padding-left: 7cm;
display: inline-block
}
.g2{
padding-right: 7cm;
display: inline-block
}
.container{
text-align: center;
padding-top: 2.1cm;
column-count: 3;
background-color: black;
border: 1px solid
}
.images1{
padding-left: 0%;
padding-top: 0cm;
width: 90%;
}
.images2{
padding-left: 0%;
padding-top: 0cm;
width: 90%;
}
.images3{
padding-left: 0%;
padding-top: 0cm;
width: 90%;
}
.handle{
font-size: 30px;
font-weight: bold;
text-align: center;
margin-top: 1cm;
}