-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
127 lines (114 loc) · 2.28 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
body {
background-color: #BEE4F7;
font-family: ;
color: #f4f6ff;
font-size: 16px;
line-height: 25px;
text-align: center;
}
h1 {
color: #f4f6ff;
font-family: 'Montserrat', sans-serif;
font-size: 30;
}
h2, h3 {
color: #f4f6ff;
font-family: 'Montserrat', sans-serif;
font-size: 20;
line-height: ;
}
a {
color: #bbe1fa;
text-decoration: none;
}
a:hover {
color: #bbe1fa;
}
div {
display: block;
}
footer {
background-color: #4A9CBE;
text-align: center;
border: 2px, solid, black;
border-radius: 2px;
padding: 50px 0 50px 0px;
box-shadow: 0 10px 30px rgba(0,0,0,.1);
margin-top: 20px;
color: #bbe1fa;
}
}
.container {
width: 800px;
margin: 0 auto;
}
.card {
background: #2B649F;
border: 50px;
border-color: white;
border-radius: 2px;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
padding: 50px;
margin: 20px auto;
width: 700px;
text-align: center;
display: block;
}
.pic {
width: 200px;
border-radius: 2px;
display: inline-block
}
.list-inline > li {
display: inline-block;
padding: 0px 20px;
list-style: none;
padding-left: 0px;
}
.btn {
display: inline-block;
background-color: #f4f6ff;
padding: 0.35em 1.2em;
border: 0.1em solid (50,50,50);
margin: 0 0.3em 0.3em 0;
border-radius: 2px;
box-sizing: border-box;
text-decoration: none;
font-size: 12;
color: #0f4c75;
text-align: center;
transition: all 0.2s;
}
.banner1 {
width: 700px;
height: 300px;
color: white;
background: linear-gradient(-225deg, rgba(30,30,30,0.2) 30%, rgba(46,46,46,0.1) 80%),
url("images/scuba.jpg");
background-size: cover;
justify-content: space-around;
align-items: center;
text-align: center;
}
.banner3 {
width: 700px;
height: 300px;
color: white;
background: linear-gradient(-225deg, rgba(30,30,30,0.2) 30%, rgba(46,46,46,0.1) 80%),
url("images/scuba3.jpg");
background-size: cover;
justify-content: space-around;
align-items: center;
text-align: center;
}
.banner2 {
width: 700px;
height: 300px;
color: white;
background: linear-gradient(-225deg, rgba(30,30,30,0.2) 30%, rgba(46,46,46,0.1) 80%),
url("images/Scuba2.jpg");
background-size: cover;
justify-content: space-around;
align-items: center;
text-align: center;
}