-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
37 lines (31 loc) · 1.14 KB
/
Copy pathstyles.css
File metadata and controls
37 lines (31 loc) · 1.14 KB
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
nav {border-style: solid;
border-width: 0.15em;
border-color: rgb(251,33,125);
border-radius: 2em;
padding: 1em;
font-family: 'Concert One', cursive;}
nav a { color: rgb(251,33,125);
padding-left: 5em;
font-family: 'Montserrat', sans-serif; }
.row{display: flex;}
.left-column{height : 40vh;
flex: 40%;
padding-top: 1em;}
.right-column{height : 40vh;
flex: 60%;
background-position: center;
background-size: contain;
background-repeat: no-repeat;}
#right-col-home{background-image: url(images/friends.png);}
#right-col-about{background-image: url(images/fun.png);}
#right-col-members{background-image: url(images/selfie.png);}
.main-heading{font-family: 'Concert One', cursive;
font-size: 4em;
color:rgb(251,33,125)}
#content{font-family: 'Concert One', cursive;
font-family: 'Montserrat', sans-serif;
margin-top: 6em;}
#Layout-container{width: 80%;
margin-left: auto;
margin-right: auto;}
#password-area{margin-top: 5em;}