-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
80 lines (54 loc) · 911 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
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
*{
padding: 0;
border:0;
margin: 0;
}
h1{
font-family: Roboto Condensed;
text-transform: uppercase;
font-size: 60px;
text-align: center;
color: white;
padding-top: 350px;
}
h2{
font-size: 20px;
font-family: Roboto Condensed;
text-align: center;
color:white;
padding-bottom: 100px;
}
/*.g2,.g3 {
}*/
body{
background-image: url(bg.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
}
img {
height: 300px;
width: 30%;
text-align: center;
padding: 10px;
background-color: white;
}
.g1{
padding-top: 30px;
text-align: center;
background-color: white;
}
.g2{
text-align: center;
background-color: white;
}
.g3{
text-align: center;
background-color: white;
}
img:hover{
transform: translateY(-20px);
-webkit-transition:1s;
}
.allpics{
padding-top: 340px;
}