Skip to content

Commit 32784db

Browse files
compose page styling
1 parent c51b59e commit 32784db

File tree

1 file changed

+36
-5
lines changed

1 file changed

+36
-5
lines changed

public/css/style.css

Lines changed: 36 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,18 @@
1616
--hero-color: black;
1717
}
1818

19+
.compose-input{
20+
width: 80vw;
21+
height: 60vh;
22+
border:1px solid #444;
23+
border-radius: 5px;
24+
}
1925
.featured {
2026
margin-top: 10px;
2127
}
22-
28+
.compose-actions{
29+
width: 800px;
30+
}
2331
.read-more {
2432
float: right;
2533
color: #444;
@@ -33,7 +41,18 @@
3341
color: white;
3442
background: #444;
3543
}
36-
44+
.publish-btn{
45+
color: white;
46+
background: #444;
47+
border: 1px solid white;
48+
outline: none;
49+
padding: 4px 20px;
50+
}
51+
.publish-btn:hover{
52+
color:#444;
53+
background: white;
54+
border:1px solid white;
55+
}
3756
.partners {
3857
/* background:#f2f2f2; */
3958
height: 50px;
@@ -45,7 +64,9 @@
4564
margin-top: 10vh;
4665
margin-left: 110px;
4766
}
48-
67+
.compose-container{
68+
margin-top:20vh;
69+
}
4970
#partner-logo {
5071
height: 40px;
5172
cursor: pointer;
@@ -67,7 +88,12 @@
6788
color: black;
6889
/* font-weight: bold; */
6990
}
70-
91+
.compose-hero{
92+
text-transform: capitalize;
93+
font-size: 2em;
94+
font-weight: bold;
95+
padding-bottom: 20px;
96+
}
7197
.latest-posts-hero {
7298
font-weight: bold;
7399
/* margin-bottom: -5vh ; */
@@ -711,7 +737,12 @@ li span:hover:after {
711737
.legal {
712738
display: none;
713739
}
714-
740+
.compose-input{
741+
width: 86vw;
742+
}
743+
.publish-btn{
744+
padding:10px 30px;
745+
}
715746
.nav-items {
716747
width: 0;
717748
height: 0;

0 commit comments

Comments
 (0)