-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
143 lines (141 loc) · 2.6 KB
/
style.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
133
134
135
136
137
138
139
140
141
142
143
*{
margin: 0;
padding: 0;
font-family: Sans-serif;
box-sizing: border-box;
}
.hi{
position:relative;
width: 100%;
height: 100vh;
background-image: url(/home/kavya/Downloads/bg.jpg);
background-position: center;
background-size: cover;
}
nav{
display:flex;
width: 80%;
margin: auto;
padding: 20px 0;
justify-content: space-between;
align-items: center;
}
nav ul li{
display: inline-block;
margin: 10px 20px;
}
nav ul li a{
color: darkblue;
font-weight: bold;
}
nav ul li a:hover{
color: blue;
}
.content{
position: absolute;
top: 40%;
left:12%;
}
h1{
margin: 20px 0px;
font-size:80px;
text-align: center;
}
.button{
background-color: darkblue;
color:white;
border: 2px solid transparent;
font-weight: bold;
padding: 13px 25px;
border-bottom-left-radius: 30px;
border-top-right-radius: 30px;
transition: transform .4s;
}
.button:hover{
transform:scale(1.2);
}
.about{
width: 100%;
padding: 100px 0px;
background-image: url(/home/kavya/Downloads/bg1.jpg) ;
justify-content: space-around;
align-items: center;
justify-content: center;
}
.ab{
width:1130px;
padding-top: 50px;
max-width: 80%;
margin: 0 auto;
align-items: center;
margin:0 auto;
justify-content: space-around;
display: flex;
}
.ab img{
height:400px;
width:400px;
padding-right: 50px;
}
.ab-text{
margin: 30px auto;
justify-content: center;
align-items: center;
}
button{
background-color: darkblue;
color:white;
border: 2px solid transparent;
font-weight: bold;
padding: 13px 25px;
border-bottom-left-radius: 30px;
border-top-right-radius: 30px;
transition: transform .4s;
}
button:hover{
transform:scale(1.2);
}
.skill{
display: list-item;
align-items: center;
justify-content: space-around;
display: flex;
margin: 50px auto;
}
.skill1{
margin: 50px auto;
justify-content: center;
}
.skill2{
margin: 30px auto;
justify-content: center;
align-items: center;
justify-content: space-around;
display: flex;
}
.just{
align-items: center;
justify-content: space-around;
display: flex;
}
.fun{
width: 100%;
padding: 100px 0px;
background-image: url(/home/kavya/Downloads/bg1.jpg) ;
}
p{
margin: 20px 0px;
font-size:28px;
}
ul{
font-size: 28px;
}
.contact{
width:100%;
padding:100px 0px;
background-image: url(/home/kavya/Downloads/bg1.jpg) ;
display:flex;
align-items: center;
justify-content: center;
flex-direction: column;
}