Skip to content
Permalink
9fc1ac122a
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
119 lines (99 sloc) 1.8 KB
html, body {
margin: 0;
padding: 0;
/*background-image: url("../img/back.jpg");
background-size: 100%;*/
}
@media (min-width: 320px){
div .text{
top: 70px;
font-size: 50px;
}
}
@media (min-width: 480px){
div .text{
top: 60px;
font-size: 70px;
}
}
@media (min-width: 620px){
div .text{
top: 50px;
font-size: 80px;
}
}
@media (min-width: 768px){
div .text{
top: 50px;
font-size: 95px;
}
}
img{
display: block;
overflow: hidden;
width: 100%;
height: 240px;
}
.image {
position:relative;
}
.text {
white-space: nowrap;
left: 0;
position:absolute;
text-align:center;
top: 60px;
width: 100%;
font-family: 'Open Sans', sans-serif;
font-weight: lighter;
color: white;
font-size: 90px;
}
h2{
text-align: center;
font-family: 'Open Sans', sans-serif;
font-weight: lighter;
font-size: 50px;
margin: 0 auto;
background-color: #5c0553;
color: whitesmoke;
}
.row-one{
display: flex;
justify-content: center;
}
.me img{
width: 350px;
height: auto;
border-radius: 50%;
margin: 50px 5px;
/*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}
p{
font-family: 'Open Sans', sans-serif;
font-weight: lighter;
font-size: 20px;
margin-top: 60px;
margin-left: 30px;
margin-right: 30px;
margin-bottom: 10px;
text-indent: 50px;
padding: 5px;
max-width: 490px;
min-width: 200px;
max-height: 500px;
}
.row-one{
display: flex;
justify-content: center;
}
ul li{
list-style: circle;
}
footer{
width: 100%;
text-align: left;
background-color: #0f0029;
color: white;
font-family: 'Open Sans', sans-serif;
}