-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjava.css
More file actions
80 lines (73 loc) · 1.2 KB
/
java.css
File metadata and controls
80 lines (73 loc) · 1.2 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
*{
box-sizing: border-box;
font-family: 'Space Grotesk', sans-serif;
}
body{
margin:0px;
}
header h1{
text-align: center;
font-size: 40px;
color: whitesmoke;
}
header{
padding: 20px;
background-color: rgb(71, 116, 184);
}
nav {
background-color: #333;
overflow: hidden;
}
nav a {
text-decoration: none;
padding: 20px;
text-align: center;
float: left;
color: white;
}
nav a:hover {
background-color: rgb(139, 182, 38);
}
main{
background-color: #faf8f8;
}
main h1,h3{
padding-top: 40px;
text-align: center;
}
#head{
background-color: #CFD8DC;
}
#headimg img{
width:300px;
color:whitesmoke;
}
main iframe{
margin-left: 30%;
}
#book >img{
margin-left: 35%;
box-shadow: 0 4px 8px 0 rgb(209, 136, 136), 0 6px 20px 0 rgb(218, 142, 142);
}
footer{
background-color: #333333;
display: block;
height:75px;
padding:20px;
}
footer a{
color:white;
text-decoration:none;
}
#booksec{
background-color: #CFD8DC;
}
#websec{
background-color: #ffff8d;
}
#idesec{
background-color: #ffff8d;
}
#vidsec{
background-color:skyblue ;
}