Skip to content

Commit

Permalink
adding some fixes for the style
Browse files Browse the repository at this point in the history
  • Loading branch information
HusamuddinVapulus committed Mar 23, 2021
1 parent bbac9dc commit c9f29f8
Show file tree
Hide file tree
Showing 2 changed files with 136 additions and 51 deletions.
23 changes: 0 additions & 23 deletions css/style.css

This file was deleted.

164 changes: 136 additions & 28 deletions css/style2.css
Original file line number Diff line number Diff line change
@@ -1,28 +1,108 @@
body {font-family: Montserrat, Helvetica Neue, sans-serif; margin: 0 auto; line-height: 2em; padding: 12px; box-sizing: border-box; color: #fff; overflow: auto;
background: #000000; /* Old browsers */
background: -moz-linear-gradient(-45deg, #041694 0%, #041694 50%, #000000 50%, #000000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#041694), color-stop(50%,#041694), color-stop(50%,#000000), color-stop(100%,#000000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #041694 0%,#041694 50%,#000000 50%,#000000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #041694 0%,#041694 50%,#000000 50%,#000000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #041694 0%,#041694 50%,#000000 50%,#000000 100%); /* IE10+ */
background: linear-gradient(135deg, #041694 0%,#041694 50%,#000000 50%,#000000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041694', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

body {
width: 100%;
height: 100vh;
overflow-x: hidden;
font-family: Montserrat, Helvetica Neue, sans-serif;
margin: 0 auto;
line-height: 2em;
padding: 12px;
box-sizing: border-box;
color: #fff;
background: #000000; /* Old browsers */
background-size: 100% 100%;
background: -moz-linear-gradient(
-45deg,
#041694 0%,
#041694 50%,
#000000 50%,
#000000 100%
); /* FF3.6+ */
background: -webkit-gradient(
linear,
left top,
right bottom,
color-stop(0%, #041694),
color-stop(50%, #041694),
color-stop(50%, #000000),
color-stop(100%, #000000)
); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(
-45deg,
#041694 0%,
#041694 50%,
#000000 50%,
#000000 100%
); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(
-45deg,
#041694 0%,
#041694 50%,
#000000 50%,
#000000 100%
); /* Opera 11.10+ */
background: -ms-linear-gradient(
-45deg,
#041694 0%,
#041694 50%,
#000000 50%,
#000000 100%
); /* IE10+ */
background: linear-gradient(
135deg,
#041694 0%,
#041694 50%,
#000000 50%,
#000000 100%
); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#041694', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

body, html {height: 100%;}

.wrapper {box-sizing: border-box; height: 100%; overflow: auto; }

.wrapper {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow-x: HIDDEN;
}

a {text-decoration: none; color: #fff; border-bottom: 3px solid #ffffff;}
a:hover {color: #ff0000}
p {font-weight: 200; font-size: 20px;}
a {
text-decoration: none;
color: #fff;
border-bottom: 3px solid #ffffff;
}
a:hover {
color: #ff0000;
}
p {
font-weight: 200;
font-size: 20px;
}

.name {font-family: Montserrat; font-size: 45px; text-transform: uppercase; font-weight: 900; padding: 12px; border: 4px solid #ffffff; color: #ffffff; display: inline-block; position: absolute; margin-bottom: 60px; top: 60px; left: 90px;}
.name {
font-family: Montserrat;
font-size: 45px;
text-transform: uppercase;
font-weight: 900;
padding: 12px;
border: 4px solid #ffffff;
color: #ffffff;
display: inline-block;
position: absolute;
margin-bottom: 60px;
top: 60px;
left: 90px;
}

.container {margin: 0 auto; width: 700px; padding: 120px 12px 50px; overflow: auto;}
article {padding: 60px;}
.container {
margin: 0 auto;
width: 700px;
padding: 120px 12px 50px;
overflow: auto;
}
article {
padding: 60px;
}
/* TODO find better cross-platform characters */
/* article::before {
content: '\2601';
Expand All @@ -40,14 +120,42 @@ article::after {
color: #0068FF;
font-size: 44px;
} */
hr {border-bottom: 3px solid #ffffff;}
hr {
border-bottom: 3px solid #ffffff;
}

.meta {text-transform: uppercase; font-family: Arial, Courier New, Source Sans Pro, sans-serif; font-size: 10px; letter-spacing: .15em;}
.meta a:hover {color: #ff0000;}
.meta {
text-transform: uppercase;
font-family: Arial, Courier New, Source Sans Pro, sans-serif;
font-size: 10px;
letter-spacing: 0.15em;
}
.meta a:hover {
color: #ff0000;
}

.inline-list {list-style: none; margin: 0; padding: 0;}
.inline-list li {display: inline-block;}
.inline-list {
list-style: none;
margin: 0;
padding: 0;
}
.inline-list li {
display: inline-block;
}

footer .inline-list li {margin-right: 40px;}
footer a {border: none; color: #ffffff;}
footer {margin: 0 auto; position: absolute; bottom: 55%; right: -255px; padding: 40px 0 0 0; width: 600px; -webkit-transform: rotate(-90deg);}
footer .inline-list li {
margin-right: 40px;
}
footer a {
border: none;
color: #ffffff;
}
footer {
margin: 0 auto;
position: fixed;
bottom: 55%;
right: -255px;
padding: 40px 0 0 0;
width: 600px;
-webkit-transform: rotate(-90deg);
}

0 comments on commit c9f29f8

Please sign in to comment.