-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle2.css
132 lines (112 loc) · 2.39 KB
/
style2.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
125
126
127
128
129
130
131
132
/* Destop LG */
@media (min-width: 992px) {
.navbar img{
width: 150px !important;
}
.nav-link{
font-size: 19px;
padding: 15px !important;
}
.hr{
width: 100%;
height: 100px;
background-color: saddlebrown;
}
section{
width: 100%;
min-height: 250px;
}
.hr{
width: 100%;
height: 10px;
background-color: #ecf0f1;
border-radius:3px;
position: relative;
}
.hr::before{
content: "";
position: absolute;
top: 0;
left: 0;
width:16%;
height: 10px;
border-radius: 3px;
background-color: #0abde3;
}
.intro span{
font-weight: bold
}
.intro h2{
margin-top: 100px !important;
}
.intro img{
margin-top: 30px;
width: 100%;
}
.box2{
width: 500px;
height: 20px;
margin-left: 300px;
}
.aws{
font-size: 50px;
}
.Choose{
margin-top: 50px;
margin-bottom: 50px;
}
.offers {
color: white;
background-image: linear-gradient(to top right,#0abdd3, white);
}
.offers h1{
text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
text-transform: uppercase;
margin-bottom: 25px;
}
.offers .btn-outline-primary{
padding:10px 10px 10px 10px;
font-size: 20px;
color: white;
}
.footer h4{
font-size: 17px;
}
.footer img{
width: 300px;
}
.footer input{
width: 50%;
border: 1px solid blue;
border-radius: 5px;
padding: 5px 4px 5px;
outline: none;
}
.tengah{
background-color: white !important;
}
.footer button{
width: 100px;
padding: 5px 15px 5px ;
background-color: #0abdd3;
border: 1px solid #0abdd3;
box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.7);
color: white;
}
.form{
margin-top: 60px;
}
.footer .nav-link{
padding: 0 30px 0 !important;
font-size: 17px;
}
}
/* akhir */
/* all version */
.navbar img{
width: 100px !important;
}
.carousel-item img{
height: 300px !important;
}
/* akhir */