-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
118 lines (95 loc) · 1.81 KB
/
Copy pathstyle.css
File metadata and controls
118 lines (95 loc) · 1.81 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
112
113
114
115
116
117
118
body, html{
height:100%;
margin:0px;
padding:0px;
background-color:#ffffff;
font-family:Calibri, Calibri, sans-serif;
font-size:14px;
}
/******************* website areas ********************/
.center{
width:800px;
margin:0 auto 0 auto;
}
#header{
height:120px;
padding-top:20px;
display: flex;
align-items: center;
gap: 20px;
}
.menu-link {
color:#402626;
text-decoration:none;
}
#image-content {
width: 100%;
height: auto;
display: flex;
justify-content: space-between;
align-items: center;
gap: 15px;
}
#image-content-2 {
display: flex;
justify-content: flex-start;
align-items: center;
gap: 15px;
margin-top: 20px;
}
.image {
width: 100%;
height: 200px;
}
.image2 {
width: 95%;
height: 420px;
}
.image3 {
width: 300%;
height: 720px;
}
.menu-active {
font-weight: bold;
}
.menu-link:hover {
color:#0a0a0a;
}
/* .menu-link:active{
color:red;
} */
#menue{
height:30px;
background-color:#5f42686b;
display: flex;
align-items: center;
}
#top-content{
font-size:16;
}
#content{
min-height:1070px;
}
#footer{
height:70px;
background-color:800080ff;
}
/******************* menue ********************/
#menue ul{
list-style-type:none;
font-size:14px;
padding:0 0 0 12px;
}
#menue li{
float:left;
margin:0 20px 0 0;
}
/******************* blocks ********************/
/* .block{
float:left;
padding:12px;
background-image:url(images/bgblock.png);
background-repeat:repeat-x;
} */
/******************* text ********************/
h1{font-family:Century Schoolbook}