-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle (1).css
85 lines (74 loc) · 1.29 KB
/
style (1).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
/* 400 700 */
*{
font-family: 'Kanit', sans-serif;
}
.my-container{
background-color: bisque;
}
/* navs */
.navbar-brand{
color:#007bffcc;
font-weight: 700;
font-size: 25px;
}
/* hero */
.hero{
position: relative;
}
.nav-link{
color:black;
}
@media(max-width:576px){
.hero-txt{
position: absolute;
top:30%;
left:0%;
color:#345862;
width:100%;
}
.center{
margin:auto;
}
.mydiv{
float:left;
padding:15px;
}
.statusrow{
background-color:#d2616130;
}
small{
text-align: center;
}
.mydiv > h3{
animation: blinker 6s linear infinite;
}
.info{
display:none;
}
}
@media (min-width:576px){
.hero-txt{
position: absolute;
top:60%;
left:1%;
color:#345862;
}
#bord{
margin-top: 13%;
}
hr{
border:5px solid #14252c;
border-radius: 3px;
width:200px;
margin-left: 0%;
}
.full-info{
display: none;
}
.info{
float:left;
border:3px dashed #345862;
border-radius: 6px;
padding:15px;
}
}