JAYASWAROOP commited on
Commit
6621dba
·
verified ·
1 Parent(s): 6117273

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +11 -11
style.css CHANGED
@@ -1,18 +1,18 @@
1
- body {
2
  font-family: 'Arial', sans-serif;
3
  line-height: 1.6;
4
  }
5
  .bg-image {
6
- background-image: url('https://images.unsplash.com/photo-1498050108023-c5249f4df085?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzNjUyOXwwfDF8c2VhcmNofDd8fGRldmVsb3BlcnxlbnwwfHx8fDE2MjM3MjI0NjM&ixlib=rb-1.2.1&q=80&w=1080');
7
- height: 85vh;
8
- background-position: center;
9
- background-repeat: no-repeat;
10
- background-size: cover;
11
- display: flex;
12
- align-items: center;
13
- justify-content: center;
14
- text-align: center;
15
- }
16
 
17
 
18
 
 
1
+ .body {
2
  font-family: 'Arial', sans-serif;
3
  line-height: 1.6;
4
  }
5
  .bg-image {
6
+ background-image: url('https://images.unsplash.com/photo-1498050108023-c5249f4df085?crop=entropy&cs=tinysrgb&fit=max&fm=jpg&ixid=MnwzNjUyOXwwfDF8c2VhcmNofDd8fGRldmVsb3BlcnxlbnwwfHx8fDE2MjM3MjI0NjM&ixlib=rb-1.2.1&q=80&w=1080');
7
+ height: 85vh;
8
+ background-position: center;
9
+ background-repeat: no-repeat;
10
+ background-size: cover;
11
+ display: flex;
12
+ align-items: center;
13
+ justify-content: center;
14
+ text-align: center;
15
+ }
16
 
17
 
18