JAYASWAROOP commited on
Commit
b51aac6
·
1 Parent(s): 8b8530d

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +10 -3
style.css CHANGED
@@ -5,7 +5,7 @@
5
  line-height: 1.6;
6
  }
7
  .bg-image {
8
- background-image: url('https://source.unsplash.com/1600x900/?nature,technology');
9
  height: 85vh;
10
  background-position: center;
11
  background-repeat: no-repeat;
@@ -42,14 +42,20 @@
42
  max-width: 300px;
43
  max-height: 300px;
44
  border-radius: 50%;
 
 
 
 
 
 
45
  }
46
 
47
  .description {
48
  font-size: 1.2rem;
49
  }
50
  .img1{
51
- height: 60px;
52
- width: 60px;
53
  border-radius: 50px;
54
  }
55
  .social-icons {
@@ -78,3 +84,4 @@
78
  color: #81e7fc;
79
  text-decoration: none;
80
  }
 
 
5
  line-height: 1.6;
6
  }
7
  .bg-image {
8
+ background-image: url('https://source.unsplash.com/1600x900/?space');
9
  height: 85vh;
10
  background-position: center;
11
  background-repeat: no-repeat;
 
42
  max-width: 300px;
43
  max-height: 300px;
44
  border-radius: 50%;
45
+ margin-left: 85px;
46
+ }
47
+ .profile-pic1 {
48
+ max-width: 220px;
49
+ max-height: 220px;
50
+ border-radius: 50%;
51
  }
52
 
53
  .description {
54
  font-size: 1.2rem;
55
  }
56
  .img1{
57
+ height: 55px;
58
+ width: 55px;
59
  border-radius: 50px;
60
  }
61
  .social-icons {
 
84
  color: #81e7fc;
85
  text-decoration: none;
86
  }
87
+