-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
81 lines (77 loc) · 1.67 KB
/
index.css
File metadata and controls
81 lines (77 loc) · 1.67 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
body {
margin: 0;
padding: 0;
}
.navigation ul {
list-style: none;
margin-left: 50%;
}
.navigation li {
display: inline;
font-size: 20px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
margin-right: 20px;
}
.navigation a {
text-decoration: none;
}
#container-text-1 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 80px;
font-weight: 100;
margin-left: 8%;
margin-top: 10%;
}
#container-img img {
width: 300px;
margin-left: 70%;
position: absolute;
margin-top: 3%;
}
#container-text-2 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 30px;
font-weight: lighter;
text-align: center;
color:red;
}
#author {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 15px;
font-weight: 100px;
margin-left: 60%;
}
.course-module-total {
background-color:rgba(220, 220, 220,0.4);
}
.course-module {
margin-left: 10%;
}
.course-module-heading h1 {
text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-weight: 100;
margin-top: 10%;
padding: 50px 0px 50px 0px;
}
.co {
width: 20%;
display: inline-block;
text-align: center;
box-shadow: rgba(1, 1, 255, 0.5) 0px 2px 5px -1px, rgba(2, 18, 242, 0.3) 0px 1px 3px -1px;
margin: 5px;
background-color:teal;
color: white;
margin-bottom: 4%;
}
.co img {
width: 100%;
}
#title {
font-size: 30px;
}
.co:hover {
cursor: pointer;
background-color: rgba(0, 128, 128,0.3);
color: black;
}