-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresponsive.css
More file actions
107 lines (100 loc) · 1.89 KB
/
responsive.css
File metadata and controls
107 lines (100 loc) · 1.89 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
.healthy-me{
font-size : .7rem;
width : 70%;
height : 30px;
position : absolute;
left : 0;
top : 0;
}
.healthy-me >h1{
font-family: cursive;
}
/* Hamburger for responsive website */
.hamburger{
position : absolute;
right : .7rem;
top : .6rem;
}
.bar{
height : 3px;
width : 25px;
background-color : #fff;
border-radius : 10px;
margin : 3px;
}
.v-resp{
display : none;
}
header nav ul{
display : flex;
transition : all 0.7s ease-out;
}
header nav ul{
flex-direction : column;
justify-content : space-around;
width: 100%;
margin-top : 1.5rem;
transform : translate-X(100%);
}
nav ul a{
font-family: 'Poppins', sans-serif;
padding : .3rem;
margin : 5px;
text-align : center;
border-radius : 5px;
}
header{
flex-direction : column;
align-items : flex-start;
justify-content : space-between;
/*border : 3px solid white;*/
padding :.5em .3em;
margin : 0 auto;
background-color : rgba(0,0,0,0.2);
}
header nav{
width : 100%;
}
.top-content h1,h3{
text-align : center;
margin-top : .3em;
}
.mid-content{
width: 100vw;
margin-top: .1em;
padding: 1em;
background-color: #f5f6fa;
}
.tools{
flex-direction : column;
align-items : center;
justify-content : center;
text-align : center;
}
#services-info{
flex-direction : column ;
}
#services-info h1{
margin-bottom : 30px;
}
.card1,.card2,.card3{
margin : 7px;
border-radius : 5px;
}
.portfolio{
background-color: #547ee0;
margin-top : 30px;
}
.tools-images{
flex-direction : column;
}
.card-img{
display : flex;
align-items : center;
justify-content : center;
padding : 15px;
}
/* .tools-images .card-img img{
height : 300px;
width : 420px;
} */