-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathasad.css
More file actions
37 lines (35 loc) · 722 Bytes
/
Copy pathasad.css
File metadata and controls
37 lines (35 loc) · 722 Bytes
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
body {
font-family: 'Roboto', sans-serif;
color: white;
background-image: url("back.jpg");
background-size: cover;
background-attachment: fixed;
}
img.pro {
width: 200px;
height: 200px;
border: 3px;
display: inline-block;
margin-top: 40px;
border-style: solid;
border-color: white;
border-radius:100px ;
transition: 0.4s;
}
.pro img:hover {
transform: scale(1.05);
border-radius: 5px;
}
.social a {
display: inline-flex;
text-decoration: none;
width: 50px;
height: 50px;
background: #ffffff22;
color: white;
margin: 0 6px;
border-radius: 50%;
justify-content: center;
font-size: 25px;
align-items: center;
}