-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
120 lines (103 loc) · 1.63 KB
/
style.css
File metadata and controls
120 lines (103 loc) · 1.63 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
/* Root */
#judulSection {
font-family: 'Proza Libre', sans-serif;
}
/* Nav Iklan */
#navIklan {
background-color: rgb(178, 184, 189);
}
/* Navbar */
#navbar {
font-family: 'Spinnaker', sans-serif;
font-weight: 900;
}
.profile-button:hover .profile {
color: #fffafa;
}
.profile-button:hover{
background-color: #6c757d;
}
/* Jumbotron */
.jumbotron {
position: relative;
}
#jumbotronHome {
background-color:transparent;
}
#jumbotronBackground {
position: absolute;
top: 0;
right: 0;
display: block;
width: 100%;
height: 75%;
z-index: -11;
background-color: #990000;
}
.jumbotron img {
width: 600px;
}
.waves {
position: absolute;
top: 70%;
z-index: -1;
}
/* class */
#ourClass {
border-radius: 4%;
}
.card.w-100 img{
min-height: 253px;
}
#cardClass:hover {
border: 2px solid rgb(193, 190, 190);
transform: translateY(-4px);
}
#buttonClass:hover {
background-color: #990000;
color: #fffafa;
}
/* Ouur Partner */
.carousel {
height: 200px;
}
.carousel-item img{
line-height: 200px;
height: 50%;
}
/* Footer */
footer p {
margin: 0;
}
footer ul li {
font-size: 1.5em;
}
.socialMedia {
color: rgb(177, 177, 177);
}
.socialMedia:hover {
transition: .5s;
color: red;
}
/* Anakan site */
.jumbotron h6 {
font-size: 1.2em;
}
#navContent .nav-link{
color: #6c757d;
}
#navContent .nav-item:hover .nav-link{
background-color: #6c757d;
color: snow;
}
section#silabus{
display:none;
}
#mazaya i {
color:papayawhip;
font-size: 2em;
}
#space {
min-height: 300px;
/* background-color: lightgray; */
}