Untitled
unknown
plain_text
3 years ago
4.1 kB
23
Indexable
html{
scroll-behavior: smooth;
}
body{
margin: 0;
padding: 0;
background-color: white;
font-family: "Popppins", Arial, Helvetica, sans-serif
}
#navbar{
margin: 0;
padding: 5px 0;
width: 100%;
height: 50px;
position: sticky;
top: 0;
left: 0;
background-color: white;
box-shadow: 0 10px 10px -5px rgba(0,0,0,0.1);
}
#navbar ul{
display: flex;
margin: 10px 0px 10px auto;
width: 55%;
justify-content: space-evenly;
list-style: none;
}
#navbar ul li a{
margin-left: 3px;
color: black;
opacity: 0.7;
font-size: 1.2rem;
font-family: "Poppins", Arial, Helvetica, sans-serif;
text-decoration: none;
}
#navbar ul li a:hover {
color: purple;
opacity: 1;
text-decoration: underline;
transition: all 0.15s;
}
#intro-section{
height: 500px;
background-image: url("https://cdn.pixabay.com/photo/2018/01/11/06/07/car-3075471_960_720.jpg");
background-size: cover;
}
#welcome-section{
margin: 50px;
display: flex;
justify-content: center;
}
.message{
display: flex;
margin: 20px;
width: 500px;
justify-content: center;
align-items: center;
font-size: 2rem;
font-family: "Poppins", Arial, Helvetica, sans-serif;
text-align: center;
}
.message img{
max-width: 100%;
border-radius: 20px;
}
section{
margin-top: 1rem;
padding-top: 2rem;
}
.section-heading{
font-size: 2rem;
text-align: center;
font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.about-container{
display: flex;
justify-content: center;
}
div.my-information {
display: block;
font-size: 1.5rem;
text-align: left;
}
#skills-section{
background-color: black;
color: white;
}
.skills-container{
display: flex;
flex-wrap: wrap;
width: 80%;
justify-content: center;
margin: auto;
}
.skill-information {
padding: 2rem;
text-align: center;
}
.skill-name{
margin: 0;
padding: 0;
font-size: 1.5rem;
}
.skill-information progress{
background-color: white;
border: 1px solid white;
}
.skill-information progress::-webkit-progress-value {
background-color: white;
border-radius: 0;
}
.skill-information progress::-webkit-progress-bar {
background-color: black;
}
.image-box a {
text-decoration: none;
text-align: center;
}
#contact-section {
background-color: black;
margin-top: 50px;
padding-top: 50px;
padding-bottom: 20px;
color: white;
font-size: 1.5rem;
text-align: center;
}
#contact-section a {
color: white;
margin-right: 10px;
text-decoration: none;
}
.localization {
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
font-size: 20px;
font-family: "Poppins", Arial, Helvetica, sans-serif;
}
.localization2 {
display: flex;
flex-wrap: wrap;
justify-content: center;
text-align: center;
font-size: 12px;
font-family: "Poppins", Arial, Helvetica, sans-serif;
}
/*LOKALIZCJA*/
.project-container{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.image-box img {
display: block;
margin-left: auto;
margin-right: auto;
width: 30%;
border-radius: 15px;
}
.logo {
position: absolute;
width: 100px;
left: 10px;
top: 2px;
}
.image-box-shop{
background-color: black;
margin-top: 50px;
padding-top: 50px;
padding-bottom: 20px;
color: white;
font-size: 1.5rem;
text-align: center;
}
.image-box-shop img{
display: block;
margin-left: auto;
margin-right: auto;
width: 30%;
border-radius: 15px;
}
.footer {
position: static;
left: 0;
bottom: 0;
width: 100%;
background-color: white;
color: purple;
text-align: center;
font-family: "Poppins", Arial, Helvetica, sans-serif;
}Editor is loading...