-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathLogo.css
124 lines (109 loc) · 1.46 KB
/
Logo.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
html
{
background-image:url('backgroundimage.jpg');
background-size:100%;
}
#Title
{
width:90%;
margin:0 auto;
font-size:32px;
font-family:Comic Sans MS;
Height:35px;
margin-top:-3.5%;
}
#Motto
{
font-family:Comic Sans MS;
width:75%;
margin:0 auto;
color:black;
font-size:15px;
Height:2px;
transform:translateY(5px);
margin-top:3%;
}
#Picture
{
float:left;
width:6px;
height:6px;
margin-top:1%;
}
#Button
{
text-align:center;
style=font-family:verdana;
border-radius:1px;
border:1px;
solid #FF6600;
background-color:#FF6600;
}
#main
{
width:400px;
margin:0 auto;
background:#FF6600;
}
#students
{
text-align:center;
background:#FF6600;
float:left;
width:50%;
height:272px;
}
#schedule
{
text-align:center;
background:#0000FF;
float:left;
width:50%;
height:272px;
}
#activities
{
text-align:center;
background:#0000FF;
float:left;
width:50%;
height:272px;
}
#contacts
{
text-align:center;
background:#FF6600;
float:right;
width:50%;
height:272px;
}
#Schedule
{
margin-left: 250px;
background:#0000FF;
height:200px;
width:500px;
margin-top:-14px;
}
#BirthdayBorder
{
z-index:-1;
position:absolute;
left:255px;
top:665px;
}
#txtContainer
{
width:410px;
margin-left:10px;
margin-top:144px;
text-align:center;
color:red;
font-family:fantasy;
font-size:45px;
}
<!--a
{
text-decoration:none;
}
//-->