-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
96 lines (90 loc) · 1.71 KB
/
style.css
File metadata and controls
96 lines (90 loc) · 1.71 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
body{
background: #C5EFF7
}
header{
display: flex;
align-content: center;
flex-wrap: wrap;
justify-content: center;
}
nav{
border-right: 2px solid rgb(72, 106, 134);
padding: 8px;
font-family: 'Fredoka One', cursive;
}
main{
display: flex;
flex-wrap: wrap;
margin-top: 26px;
flex-shrink: 0;
}
.a1{
display: flex;
flex-flow: row wrap;
margin-bottom: 15px;
}
.s1 {
width: 20%;
margin-left: 10px;
padding-right: 15px;
border-right: 3px solid rgb(72, 106, 134);
font-family: 'Indie Flower', cursive;
}
.s2 {
width: 25%;
position: relative;
margin-left: 10px;
padding-right: 15px;
font-family: 'Indie Flower', cursive;
}
.h22{
position: absolute;
top: 250px;
width: 100%;
font-size: 15px;
font-family: 'Indie Flower', cursive;
}
.s3 {
display: flex;
flex-direction: column;
align-items: flex-end;
width: 25%;
position: relative;
margin-left: 10px;
padding-right: 15px;
border-right: 3px solid rgb(72, 106, 134);
font-family: 'Indie Flower', cursive;
}
.h23{
position: absolute;
top: 250px;
width: 100%;
left: 5px;
font-family: 'Indie Flower', cursive;
}
.s4 {
display: flex;
flex-direction: column;
width: 20%;
position: relative;
margin-left: 10px;
padding-right: 15px;
font-family: 'Indie Flower', cursive;
}
.am2{
display: flex;
align-content: left;
font-family: 'Indie Flower', cursive;
}
footer{
display: flex;
justify-content: center;
border-top: 2px solid grey;
margin: 0 2px 0 2px;
}
address{
border-right: 2px solid grey;
margin-top: 3px;
padding: 5px 5px 5px 5px;
font-family: 'Fredoka One', cursive;
}