-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZack HTML 3.css
127 lines (102 loc) · 1.79 KB
/
Zack HTML 3.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
*{
margin: 0;
padding: 0;
}
#head {
margin-top: 10px;
}
#title{
background-image: url(bg.jpg);
height: 300px;
background-repeat: no-repeat;
width: 100%;
background-size: cover;
color: #fff;
text-align: right;
}
h1, small{
position: relative;
margin: 0% 5%;
top: 15%;
}
h1{
margin-right: 8.2%;
}
small{
margin-right: 17%;
}
#navbar{
background-color: rgb(241, 47, 122);
margin-top: 5px;
padding: 5px;
color: white;
}
#navbar li{
margin: 15px;
display: inline;
font-size: 15px;
}
#navbar a{
text-decoration: none;
color: white;
}
body {
width: 65%;
margin: auto;
font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif ;
background-color: lightblue;
}
.container {
max-width: 900px;
margin: 20px auto;
display: flex;
}
h4{
margin-bottom: 10px;
}
.col-3{
flex: 0 0 25%;
max-width: 25%;
display: flex;
flex-direction: column;
}
.col-9{
flex: 0 0 75%;
max-width: 75%;
display: flex;
flex-direction: column;
}
.others{
display:flex
}
.mainmenu{
text-decoration: underline;
}
.menu, .block{
margin: 10px;
}
footer.footer {
width: 100%;
background-color: rgb(241, 47, 122);
}
p.copyright {
text-align: center;
color: #fff;
line-height: 40px;
font-size: 0.7em;
bottom: 0;
}
#readmore1 , #readmore2 {
padding: 10px 7px;
background-color: rgb(241, 47, 122);
border: 2px solid;
text-decoration: none;
color: white;
}
.services{
border-left: 1px solid;
padding: 10px;
}
.subscription{
padding: 10px;
}