Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unamed-style.css to stylesheets #117

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open
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
114 changes: 114 additions & 0 deletions stylesheets/unamed-style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
html, body {
margin: 0;
padding: 0;
text-align: center;
}

header {
background-color: white;
position: fixed;
width: 100%;
height: auto;
border: solid 2px blueviolet;
}

nav {
margin: 0;
padding: 20px 0;
}

nav li {
color: grey;
list-style: none;
font-weight: 600;
font-size: 32px;
display: inline;
margin: 40px 20px;
}

a {
text-decoration: none;
}

img {
margin-top: 180px;
border-radius: 18px;
border: solid 4px blueviolet;
width: 180px;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 50px;
color: white;
letter-spacing: .5px;
font-weight: 500;
}

h2 {
font-size: 48px;
font-family: cursive;
}

#aboutme {
background-image: url(https://wallpaperaccess.com/full/476584.jpg);
background-size: cover;
color: white;
align-items: center;
}

p {
font-size: 22px;
text-align: justify;
margin: 20px 20px;
padding-bottom: 40px;
padding-left: 380px;
width: 50%;
}

h3 {
font-size: 18px;
font-style: italic;
font-family: Georgia, 'Times New Roman', Times, serif;
}

#skills {
background-image: url(https://previews.123rf.com/images/szakalikus/szakalikus1612/szakalikus161201291/67976768-numbers-on-computer-screen-binary-code-closeup-photography-with-visible-pixels-.jpg);
background-size: cover;
padding-bottom: 132px;
padding-top: 120px;

}

#skills h2 {
background-color: white;
padding: 20px;
width: 100%;
border-radius: 12px;
margin: 0px 20px;
}

#skills li {
list-style: none;
padding: 20px 20px;
font-size: 24px;
background-color: blueviolet;
width: 220px;
border-radius: 22px;
margin: 40px 10px;
color: white;
display: inline-block;
}

#external {
text-align: start;
color: blueviolet;
margin-bottom: 20px;
}

#external a {
padding: 20px 10px;
background-color: blueviolet;
border-radius: 12px;
color: white;
}