-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles_1.css
99 lines (83 loc) · 1.96 KB
/
styles_1.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
body {
background-color: #EFF5F5;
}
.top-container {
margin: 50px 200px auto 200px;
line-height: 30px;
font-size: 18px;
}
.bottom-container {
margin: 50px 200px auto 200px;
line-height: 30px;
font-size: 18px;
}
.AI-gif {
height: 160px;
width: 160x;
}
.p_1 {
height: 300px;
width: 300px;
}
.p_2 {
height: 300px;
width: 300px;
}
.p_3 {
height: 300px;
width: 300px;
}
.p_4 {
height: 300px;
width: 300px;
}
.photos-div {
margin-top: 100px;
}
.top-photos {
margin-bottom: 70px;
}
.p_1 {
margin-right: 100px;
}
.p_3 {
margin-right: 100px;
}
p {
font-family: 'Noto Sans', sans-serif;
}
.heading {
color: #66BFBF;
}
h1 {
font-family: 'Montserrat', sans-serif;
}
.btn {
background: #66BFBF;
background-image: -webkit-linear-gradient(top, #66BFBF, #66BFBF);
background-image: -moz-linear-gradient(top, #66BFBF, #66BFBF);
background-image: -ms-linear-gradient(top, #66BFBF, #66BFBF);
background-image: -o-linear-gradient(top, #66BFBF, #66BFBF);
background-image: linear-gradient(to bottom, #66BFBF, #66BFBF);
-webkit-border-radius: 8;
-moz-border-radius: 8;
border-radius: 8px;
text-shadow: 0px 1px 3px #66BFBF;
-webkit-box-shadow: 0px 1px 3px #66BFBF;
-moz-box-shadow: 0px 1px 3px #66BFBF;
box-shadow: 0px 1px 3px #66BFBF;
font-family: Georgia;
color: white;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
}
.btn:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
}