Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
522 changes: 522 additions & 0 deletions Portfolio_Website/css/main.css

Large diffs are not rendered by default.

41 changes: 15 additions & 26 deletions css/style.css → Portfolio_Website/css/style.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,8 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

html {
background-color: #fff;
/* font-family: "Lato";
font-weight: 300;
font-size: 20px; */
text-rendering: optimizeLegibility;
}

/* //////////////////////////// */

/* header part */
header {
background-image: linear-gradient(rgba(0, 0, 0, 0.485), rgba(0, 0, 0, 0.485)),
Expand Down Expand Up @@ -93,17 +82,6 @@ header {
border: 1px solid #e67e22;
}

.hbtn:link,
.hbtn :visited {
display: inline-block;
padding: 10px 30px;
font-weight: 300;
text-decoration: none;
border-radius: 200px;
color: #fff;
transition: background-color 0.8s, border 0.8s, color 0.8s;
}

.more {
position: absolute;
margin-top: 5%;
Expand Down Expand Up @@ -183,7 +161,18 @@ header {
display: flex;
flex-direction: column;
justify-content: space-between;
background-color: rgba(15, 15, 15, 0.24);
/* background-color: ; */
}

.contact100-more h1{
color: white;

}

.about-me h1 {
margin-top: 5%;
margin-bottom: 0;
margin-left: 3%;
}

.first-row {
Expand Down Expand Up @@ -228,8 +217,8 @@ header {
}

.intro p {
font-family: "Lato";
font-weight: 10;
font-family: 'Lato';
font-weight: 300;
letter-spacing: 1px;
font-size: 19px;
word-spacing: 1px;
Expand All @@ -253,7 +242,7 @@ header {

.intro-left {
margin-right: 5%;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);

}

.intro-left span {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ body {
line-height: 1.8;
color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 992px) {
body {
font-size: 16px;
Expand Down
Loading