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
260 changes: 143 additions & 117 deletions style.css → css/style.css
Original file line number Diff line number Diff line change
@@ -1,103 +1,94 @@
*{
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body, html{

body,
html {
height: 100%;
}
.container input[type=text]{
float:inline-end;
padding: 2px;
border:none;

.container input[type=text] {
padding: 5px;
border: none;
margin-top: 3px;
margin-right: 7px;
font-size: 17px;
width: 15%;
border-radius: 10px;

}
nav{
position: absolute;

nav {
height: 100px;
width: 100%;
text-align: center;
line-height: 140px;
line-height: 140px;
z-index: 2;
}

nav a{
nav a {
color: rgb(23, 19, 11);
font-family: 'Rubik', sans-serif;
text-decoration: none;
font-size: 20px;
margin-left: 10px;
padding: 5px 8px;

}
nav a:hover{

nav a:hover {
background-color: blanchedalmond;
border-radius: 10px;
}
footer{

footer {
background-color: rgb(6, 6, 5);
}

.gorsel{
.image {
height: 100%;
background-color: lightblue;
background-size: cover;
background-attachment: fixed;
}
.bant{

.seperator {
height: 50%;
background-color: rgb(117, 162, 117);
}
#gor1{
background-image: url("foto5.jpg");
}

#gor2{
background-image: url("foto2.jpg");
#works {
background-image: url("../img/foto2.jpg");
}

#gor3{
background-image: url("foto4.jpg");
#contact {
background-image: url("../img/foto4.jpg");
}
.anasayfa{
position: absolute;
float: left;

#home {
background-image: url("../img/foto5.jpg");
}

.anayazi{
width: 100%;
height: 100%;
.home-content {
margin-top: 250px;
z-index: 1;
text-align: center;

}
.anaFiltre{
background-color: black;
width: 100%;
height: 100%;
z-index: 0;
opacity: 0.34;
}
.anayazi h1{

.home h1 {
font-family: 'Tiro Devanagari Marathi', serif;
font-size: 50px;
color: antiquewhite;

}
.anayazi p{

.home p {
color: wheat;
font-size: 10px;
font-family: 'Rubik', sans-serif;
margin-bottom: 10px;
}

.anayazi span{
.home span {
color: wheat;
padding: 10px 10px;
background-color: brown;
Expand All @@ -106,112 +97,147 @@ footer{
border-radius: 5px;
}

.anayazi a{
.home a {
text-decoration: none;
}

.anayazi span:hover{
.home span:hover {
background-color: white;
color:brown;
cursor:pointer
}
.ebautas{
position: absolute;
float: left;
color: brown;
cursor: pointer
}
.ebautasz{
width: 100%;
height: 100%;

.ebautasz {
margin-top: 50px;
z-index: 5;
text-align: center;
}
.ebautaszz{

.ebautaszz {
background-color: black;
height: 50%;
z-index: 0;
opacity: 0.34;
}
.ebautasz h2{

.ebautasz h2 {
font-family: 'Tiro Devanagari Marathi', serif;
font-size: 20px;
color: whitesmoke;
}
.ebautasz p{

.ebautasz p {
color: wheat;
font-size: 10px;
font-family: 'Rubik', sans-serif;
margin-bottom: 50px;
}
.ebautasz span{

.ebautasz span {
color: wheat;
padding: 10px 10px;
background-color: brown;
font-size: 12px;
font-family: 'Rubik', sans-serif;
border-radius: 5px;
}
.ebautasz a{

.ebautasz a {
text-decoration: none;
}
.ebautasz span:hover{

.ebautasz span:hover {
background-color: wheat;
color: brown;
}
.sosyalbutonlar{
margin-top: 5px;
display: inline-block;
position: relative;
left: 20px;
}

.sosyalbutonlar a {
background:#a1a1a1;
text-decoration: none;
color: #FFF;
width: 40px;
height: 40px;
display: inline-block;
border-radius: 10px;
margin-right: 20px;
font-size: 30px;
overflow: hidden;
position: relative;
line-height: 40px;
text-align: center;
}

.sosyalbutonlar a{
transition: transform 0.4s linear 0s,
border-top-left-radius 0.1s linear 0s,
border-top-right-radius 0.1s linear 0.1s,
border-bottom-right-radius 0.1s linear 0.2s,
border-bottom-left-radius 0.1s linear 0.3s;

}

.sosyalbutonlar .facebook:hover {
background-color: #3b5998;
transform: rotate(360deg);
border-radius: 50%;
}

.sosyalbutonlar .twitter:hover {
background-color: #00aced;
transform: rotate(360deg);
border-radius: 50%;
}



.sosyalbutonlar .linkedin:hover {
background-color: #00aced;
transform: rotate(360deg);
border-radius: 50%;
}

.sosyalbutonlar .github:hover {
background-color: rgb(32, 31, 31);
transform: rotate(360deg);
border-radius: 50%;
}

.socials-btn {
margin-top: 5px;
display: inline-block;
position: relative;
left: 20px;
}

.socials-btn a {
background: #a1a1a1;
text-decoration: none;
color: #FFF;
width: 40px;
height: 40px;
display: inline-block;
border-radius: 10px;
margin-right: 20px;
font-size: 30px;
overflow: hidden;
position: relative;
line-height: 40px;
text-align: center;
}

.socials-btn a {
transition: transform 0.4s linear 0s,
border-top-left-radius 0.1s linear 0s,
border-top-right-radius 0.1s linear 0.1s,
border-bottom-right-radius 0.1s linear 0.2s,
border-bottom-left-radius 0.1s linear 0.3s;

}

.socials-btn .facebook:hover {
background-color: #3b5998;
transform: rotate(360deg);
border-radius: 50%;
}

.socials-btn .twitter:hover {
background-color: #00aced;
transform: rotate(360deg);
border-radius: 50%;
}

.socials-btn .linkedin:hover {
background-color: #00aced;
transform: rotate(360deg);
border-radius: 50%;
}

.socials-btn .github:hover {
background-color: rgb(32, 31, 31);
transform: rotate(360deg);
border-radius: 50%;
}

/* UTILS */
.pos-absolute {
position: absolute;

}

.left {
float: left;
}

.clear {
clear: both;
}

.w-100 {
width: 100%;
}

.h-100 {
height: 100%;
}

.text-center {
text-align: center;
}

.overlay {
background-color: black;
width: 100%;
height: 100%;
z-index: 0;
opacity: 0.34;
}

/* ########### */
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading