This repository was archived by the owner on Aug 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTech Program.css
More file actions
126 lines (103 loc) · 1.61 KB
/
Tech Program.css
File metadata and controls
126 lines (103 loc) · 1.61 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
119
120
121
122
123
124
125
126
h1 {
color: white;
font-family: Didot;
margin-top: -80px;
padding-bottom: 60px;
}
h2{
margin-top: 20px;
margin-left: 20px;
color: black;
padding-bottom: 20px;
text-align: center;
font-family: Futura;
}
h3{
text-align: center;
color: black;
font-family: Futura;
}
p{
margin-top: 15px;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 15px;
font-family: Didot;
}
body{
padding: 0px;
width:100%
height: 100%;
margin: auto;
background-color:#87CEEB;
}
#header{
border: 1px solid black;
width: 100%;
background: #00CED1;
text-align: center;
height: 100px;
margin-top: 0px;
border-radius:5px;
background-color: #F0F8FF; //makes the square rounder
position: fixed;
}
#wrapper{
width: 900px;
height: 1600px;
border: 1px solid black;
margin: 0px auto;
background-color: #F0F8FF;
}
#main{
border: 1px solid black;
height: 400px;
border-radius:25px;
}
#footer{
height: 30px;
text-align: center;
font-size: 14px;
border-radius:5px;
top: 0px;
position: relative;
background-color: #F0F8FF;
}
#header #nav {
margin-top: 40px;
margin-left: -40px;
}
#nav ul li{
display: block;
text-decoration: none;
list-style-type: none;
display: inline;
padding: 3px 8px 3px 8px;
font-size: 18px;
font-family: cochin;
border-radius: 5px;
margin-top: 60px;
margin-left: 10px;
background-color: #F0F8FF;
}
#nav a:link{
text-decoration: none;
color: #000000;
}
#nav a:hover{
text-decoration: none;
color: #48D1CC;
box-shadow: 0px 0px 5px #888;
-webkit-box-shadow:0px 0px 5px #888; /* safari */
}
#nav a:active{
text-decoration: none;
color: #DA70D6;
}
#header #logo img{
margin-top: 20px;
margin-left: -1150px;
}
#wrapper #images {
text-align: center;
}