-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsolution-style.css
More file actions
117 lines (73 loc) · 1.21 KB
/
solution-style.css
File metadata and controls
117 lines (73 loc) · 1.21 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
.navbar
{height: 70px;}
footer
{padding-top: 0.5em;
background-color:rgb(22, 77, 110);
}
.mt-2,.nav-link
{font-size:19px;}
.mt-2{color:white;}
h3
{color:rgba(0, 7, 36, 0.986);
font-weight:bolder;
font-size:25px;}
h5
{color:black;}
h1
{
color:rgb(13, 43, 61);
font-weight: bolder;
font-size:30px;}
h1
{letter-spacing :2px;}
h3{letter-spacing: 1px;}
.card-title{font-weight: bolder;}
p
{color:black;}
i{color:white;}
.id
{color:black;
letter-spacing:0;
font-weight:450;
font-size:19px;
padding: 0 0 0 0;}
.card-title{font-weight: bolder;}
.container-fluid1,.card
{
background: url(images/network-4556932.jpg) no-repeat fixed ;
}
.container-fluid1
{border-top: 20px;
padding:100px 100px 100px 100px;}
.card
{padding: 20px 40px 20px 40px;
border:1px transparent ;}
@media(max-width:768px)
{
.i
{min-height: 10%;}
.navbar
{height:fit-content;}
img
{max-width: 100%;
height: auto; }
.container-fluid1
{padding: 20px 40px 20px 40px;}
.col-lg-3
{padding: 40px 0 40px 0;}
.card
{padding: 5px 5px 5px 5px;}
h1,h2,h4,h3
{font-size:1.45rem;}
.mt
{font-size:1.35rem;}
.nav-link
{font-size:1rem;}
.id,p,h5
{font-size:1rem;}
.container-fluid
{
height: auto;}
.hr
{width:1px;}
}