-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathtemplate.css
82 lines (81 loc) · 1.25 KB
/
template.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
body
{
background-color: black;
background-image: url("images/background3.jpg");
}
.sec1
{
width: 100%;
height: auto;
}
.cdiv1
{
overflow: hidden;
background-color: gray;
height: 4em;
}
.cdiv1 a
{
float: left;
margin-left: 12em;
display: inline-block;
color: green;
text-align: center;
padding: 25px 16px;
text-decoration: none;
font-size: 1em;
font-weight: bold;
}
.cdiv1 a:hover
{
background-color: darkblue;
color: black;
font-weight: bold;
font-size: 1em;
}
.cdiv1 a.active
{
background-color: #4CAF50;
color: black;
}
.cdiv2
{
overflow: hidden;
background-color: ;
height: auto;
width: 30em;
float: left;
}
.cdiv2 img
{
width: 20em;
height: 20em;
margin-left: 10em;
margin-top: 4em;
}
.cdiv3
{
overflow:auto ;
overflow-wrap: break-word;
height: 10em;
width: 30em;
float: right;
margin-top: 4em;
color: green;
font-size: 1.5em;
text-align: center;
background-image: url("images/background3.jpg");
margin-left: -20em;
}
.cdiv4
{
height: auto;
width: 100%;
float: right;
margin-top: 4em;
color: green;
font-size: 1.5em;
text-align: center;
background-image: url("images/background1.jpg");
margin-left: -20em;
}