-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss.css
More file actions
70 lines (69 loc) · 1.26 KB
/
css.css
File metadata and controls
70 lines (69 loc) · 1.26 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
/* stylesheet.css */
/* Style rule for the body element */
html, body {
margin: 0px;
padding: 0px;
font-family:Verdana, Geneva, sans-serif;
background-color: #FFFFFF;
width: 100%;
height: 100%;0
}
#page-wrapper {
background-image: url("guatemala.jpg");
background-repeat: no-repeat;
background-size: cover;
}
img {
opacity: 0.5;
width: 100%;
height: auto;
}
header{
height: 160px;
/* Font size, line-height, and family */
font: 40px/80px Verdana, Geneva, sans-serif;
text-align: center;
font-weight: bold;
border-bottom: solid 5px;
}
footer{
clear: both;
height:50px;
padding:5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top: solid 5px;
font-size: medium;
}
/* Style rule for the wrapper div */
#wrapper {
width: 99%;
margin: 35px;
}
.container {
position: relative;
display: grid;
grid-template-columns: auto auto auto;
padding: 10px;
font-size: 28px;
}
.container > div {
top: 10%;
padding: 10px;
font-size: 16px;
width: 90%;
}
.container02 {
position: relative;
display: grid;
grid-template-columns: auto auto auto;
padding: 10px;
font-size: 28px;
}
.container02 > div {
top: 10%;
margin-left: 15%;
padding: 10px;
font-size: 16px;
width: 90%;
}