-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecondcss.css
More file actions
42 lines (42 loc) · 882 Bytes
/
secondcss.css
File metadata and controls
42 lines (42 loc) · 882 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
38
39
40
41
42
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : Jun 9, 2018, 9:13:49 PM
Author : AVIJIT PANDEY
*/
.background{
background-image: url("intro-bg_1.jpg");
background-repeat: no-repeat;
background-size:100% 100%;
height:350px;
}
.content{
background-color: rgba(0, 0, 0, 0.4);
max-width: 450px;
padding:30px 20px;
margin-top:50px;
}
.button{
background-color: red;
font-size: 20px;
color:white;
max-width: 450px;
padding:10px 20px;
border: none;
cursor: pointer;
text-decoration: none;
}
.threeimages{
padding-top: 5px;
}
.footer-set{
position:relative;
bottom: 0;
width: 100%;
background-color: black;
color: white;
text-align: center;
}