-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathcaileyt.css
More file actions
111 lines (93 loc) · 1.72 KB
/
caileyt.css
File metadata and controls
111 lines (93 loc) · 1.72 KB
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
body {
background-color: #a08067;
color: #16323b;
width: 1200px;
margin: auto;
Montserrat', sans-serif;
line-height: 24px;
}
/*header background image*/
header{
background-image: url(https://images.unsplash.com/photo-1484553255294-313b931acd27?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2072&q=80);
background-size: cover;
background-repeat: no-repeat;
background-position:left;
padding: 20px;
padding-bottom: 200px;
}
/*Navigation Style*/
.nav-main-page{
border: 3px solid #a08067;
/*background-color: #c9d4d8;*/
width: 150px;
padding: 10px;
text-align:center;
float: left;
font-size: 15px;
}
a{
text-decoration: none;
color: #16323b;
}
/* Header styles */
.header-section{
float: right;
text-align: right;
Amatic SC' , cursive;
font-weight: 700;
}
h1{
font-size: 60px;
}
h2{
font-size: 40px;
}
/* Body Styles */
h4{
Amatic SC' , cursive;
font-size: 30px;
font-weight: 700;
text-align: center;
margin: 10px;
}
.advice{
height: 300px;
margin-top: 40px;
background-color: #c9d4d8;
padding: 25px;
}
img{
width: 400px;
}
.img-left{
float: left;
padding-right: 25px;
}
.img-right{
float: right;
padding-left:25px;
}
.text-right{
float:left;
display: inline-block;
vertical-align:center;
width: 725px;
text-align: justify;
}
.text-left{
width: 725px;
text-align: justify;
}
.last-advice{
width: 725px;
padding: 0 30px;
}
.note{
background-color:#c9d4d8;
margin-top: 40px;
padding: 25px;
}
/* Footer Style */
footer{
text-align: center;
}