Commit 3a84cbd5 authored by Ahmet Turan Koçak's avatar Ahmet Turan Koçak
Browse files

Initial commit

parents
.container
{
display: flex;
flex-wrap: wrap;
margin-top: auto;
justify-content: center;
padding-bottom: -100px;
margin: 5px;
}
.ilankart{
box-shadow: 0 7px 5px 0 rgba(5, 239, 243, 0.466);
max-width: 271px;
height: auto;
margin: 7px;
text-align: center;
font-family: arial;
margin-top: 10px;
}
.ilan_ismi{
border-radius: 10px;
color:black;
margin-top: 5px;
text-transform: uppercase;
font-style:unset;
}
.ilan_acıklama{
color: rgb(0, 0, 0);
font-size: 13px;
text-align:left;
font-weight: bold;
}
.yanitla_buton{
background-image:linear-gradient(120deg,rgb(0, 182, 167),rgb(0, 243, 211),#23c0f0);
background-size: 200%;
color: white;
border-radius: 10px;
border: 0px;
width:100px;
}
.yanitla_buton:hover{
/* background:white; */
/* color:rgb(24, 185, 185); */
font-size:medium;
}
*{
margin:0;
padding: 0;
text-decoration: none;
font-family: sans-serif;
box-sizing: border-box;
}
body{
background-image:linear-gradient(120deg,rgb(0, 182, 167),rgb(0, 243, 211),white);/*karışık renk ekleme renkleri derece cinsinden karıştırarak basar*/
min-height: 160vh;
}
.panel{
width: 400px;
background: white;
height: 1000px;
padding: 80px 40px;/*sağdan soldan 40px yukarıdan aşağıdan 80 px padding*/
border-radius: 10px;/*köşleri ovalleştirme*/
position: absolute;
left: 500px;
top: 0px;
}
.panel2{
width: 350px;
background: white;
height: 500px;
padding: 80px 40px;/*sağdan soldan 40px yukarıdan aşağıdan 80 px padding*/
border-radius: 10px;/*köşleri ovalleştirme*/
position: absolute;
left: 500px;
top: 100px;
}
.panel3{
width: 400px;
background: white;
height: 250px;
padding: 80px 40px;/*sağdan soldan 40px yukarıdan aşağıdan 80 px padding*/
border-radius: 10px;/*köşleri ovalleştirme*/
position: absolute;
left: 500px;
top: 150px;
}
.txtb{
/*alt çizgi ekleme*/
position: relative;
margin: 30px 0;
}
.txtb input{
font-size: 15px;
color:#333;
border: none;
width: 100%;
outline: none;
background: none;
padding: 0 5px;
height: 40px;
border-bottom: 2px solid #adadad;
}
.logbtn{
display: block;
width: 100%;
height: 50px;
border: none;
background-image:linear-gradient(120deg,rgb(0, 182, 167),rgb(0, 243, 211),white);
background-size: 200%;
color: white;
outline: none;/*köşelerini kapatmak siyah olmamsı için*/
cursor: pointer;
border-radius:15px;
}
.logbtn:hover{
background:white;
color:rgb(24, 185, 185);
font-size: large;
}
.konbtn{
display: block;
width: 100px;
height: 50px;
border: none;
background-image:linear-gradient(120deg,rgb(0, 182, 167),rgb(0, 243, 211),white);
background-size: 200%;
color: white;
outline: none;/*köşelerini kapatmak siyah olmamsı için*/
cursor: pointer;
border-radius:15px;
right: 100px;
top: 45px;
}
.konbtn:hover{
background:white;
color:rgb(24, 185, 185);
font-size: large;
}
.buldum{
position: absolute;
right: 100px;;
top: 5px;
}
.container {
max-width: 400px;
width: 100%;
margin: 0 auto;
position:relative;
top: 2px;
}
#contact input[type="text"],
#contact input[type="email"],
#contact textarea,
#contact button[type="submit"] {
font: 500 12px/16px "Roboto", Helvetica, Arial, sans-serif;
}
#contact {
background: #F9F9F9;
padding: 25px;
margin: 100px 0;
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#contact h2 {
display: block;
font-size: 30px;
font-weight: 300;
margin-bottom: 15px;
}
.form-control{
border: none !important;
margin: 0 0 10px;
min-width: 100%;
padding: 0;
width: 100%;
}
#contact input[type="text"],
#contact input[type="email"],
#contact textarea {
width: 100%;
border: 1px solid #ccc;
background: #FFF;
margin: 0 0 5px;
padding: 10px;
}
#contact input[type="text"]:hover,
#contact input[type="email"]:hover,
#contact textarea:hover {
-webkit-transition: border-color 0.4s ease-in-out;
-moz-transition: border-color 0.4s ease-in-out;
transition: border-color 0.4s ease-in-out;
border: 1px solid #aaa;
}
#contact textarea {
height: 120px;
max-width: 100%;
resize: none;
}
#contact button[type="submit"] {
cursor: pointer;
width: 100%;
border: none;
background-image:linear-gradient(120deg,rgb(0, 182, 167),rgb(0, 243, 211),rgb(80, 238, 204));
background-size: 100%;
color: white;
margin: 0 0 5px;
padding: 10px;
font-size: 15px;
}
#contact button[type="submit"]:hover {
background:white;
color:rgb(24, 185, 185);
font-size: large;
}
#contact button[type="submit"]:active {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}
#contact input:focus,
#contact textarea:focus {
outline: 0;
border: 1px solid #aaa;
}
\ No newline at end of file
*{
margin:0;
padding: 0;
text-decoration: none;
font-family: sans-serif;
box-sizing: border-box;
}
body{
background-image:linear-gradient(120deg,rgb(0, 182, 167),rgb(0, 243, 211),white);/*karışık renk ekleme renkleri derece cinsinden karıştırarak basar*/
min-height: 100vh;/*yükseklik*/
}
.panel{
width: 350px;
background: white;
height: 380px;
padding: 80px 40px;/*sağdan soldan 40px yukarıdan aşağıdan 80 px padding*/
border-radius: 10px;/*köşleri ovalleştirme*/
position: absolute;
left: 500px;
top: 100px;
}
.panel2{
width: 350px;
background: white;
height: 500px;
padding: 80px 40px;/*sağdan soldan 40px yukarıdan aşağıdan 80 px padding*/
border-radius: 10px;/*köşleri ovalleştirme*/
position: absolute;
left: 500px;
top: 100px;
}
.txtb{
/*alt çizgi ekleme*/
position: relative;
margin: 30px 0;
}
.txtb input{
font-size: 15px;
color:#333;
border: none;
width: 100%;
outline: none;
background: none;
padding: 0 5px;
height: 40px;
border-bottom: 2px solid #adadad;
}
.logbtn{
display: block;
width: 100%;
height: 50px;
border: none;
background-image:linear-gradient(120deg,rgb(0, 182, 167),rgb(0, 243, 211),white);
background-size: 200%;
color: white;
outline: none;/*köşelerini kapatmak siyah olmamsı için*/
cursor: pointer;
border-radius:15px;
}
.logbtn:hover{
background:white;
color:rgb(24, 185, 185);
font-size: large;
}
.buldum{
position: absolute;
right: 75px;;
top: 5px;
}
\ No newline at end of file
#slider {
background:#fff url(loading.gif) no-repeat 50% 50%;
position:relative;
margin:0 auto;
box-shadow: 0px 1px 5px #999999;
}
#slider img {
position:absolute;
border:none;
display:none;
}
#slider a.imgLink {
z-index:2;
display:none;position:absolute;
top:0px;left:0px;border:0;padding:0;margin:0;
width:100%;height:100%;
}
#slider
{
transform: translate3d(0,0,0);
-ms-transform:translate3d(0,0,0);
-moz-transform:translate3d(0,0,0);
-o-transform:translate3d(0,0,0);
}
body{
background-image:linear-gradient(120deg,rgb(239, 245, 244),rgb(241, 247, 246),rgb(255, 255, 255));/*karışık renk ekleme renkleri derece cinsinden karıştırarak basar*/
min-height: 100vh;/*yükseklik*/
}
#logo1{
position: absolute;
left: 270px;
top: 50px;
}
#logo2{
position: absolute;
left: 270px;
top: 550px;
}
#copy{
position: absolute;
left: 530px;
top: 700px;
}
#footerbg{
position: absolute;
left: 530px;
top: 700px;
}
.footer{
list-style-type:none;
margin:0;
padding:0;
}
.footer a{
display:inline-block;
color:white;
background-image:linear-gradient(120deg,rgb(12, 221, 204),rgb(12, 170, 149),rgb(111, 255, 248));
width:202px;
text-decoration:none;
padding:5px 10px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.footer a:hover{
font-weight:bold;
color:white;
}
.footer li{
display:inline-block;
margin:0 0 0 0;
}
#a1{
display:block;
color:white;
background-image:linear-gradient(120deg,rgb(0, 182, 167),rgb(0, 243, 211),white);
width:100px;
text-decoration:none;
padding:5px 10px;
font-family:Calibri;
font-weight: bold;
}
#a1:hover{
font-weight:bold;
color:white;
font-weight:bold;
}
#a1:visited{
color:white;
background-color: white;
}
#div1{
position:absolute;
left:300px;
top: 20px;
}
div.kategori{
position: absolute;
left:233px ;
display: table-cell;
}
div.kategori2{
position: absolute;
left:1000px;
display:table-cell;
}
.menu{
list-style-type:none;
margin:0;
padding:0;
}
.menu a{
display:block;
color:white;
background-image:linear-gradient(120deg,rgb(0, 182, 167),rgb(0, 243, 211),#23c0f0);
width:100px;
text-decoration:none;
padding:5px 10px;
}
.menu a:hover{
font-weight:bold;
color:white;
}
.menu li{
margin:0 0 2px 0;
}
p {
color: #000000;
line-height: 20px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.cerceve {
background-color: #ffffff;
margin-left: 16%;
margin-right: 16%;
padding: 10px;
border-radius: 30px 0px 30px 0px;
-moz-border-radius: 30px 0px 30px 0px;
-webkit-border-radius: 30px 0px 30px 0px;
border: 3px solid #1ad5e2;
text-align: justify;
}
.cerceve2 {
margin-left: 16%;
margin-right: 16%;
padding: 10px;
border-radius: 30px 0px 30px 0px;
-moz-border-radius: 30px 0px 30px 0px;
-webkit-border-radius: 30px 0px 30px 0px;
border: 0px solid;
text-align: justify;
}
h1{
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-size:20px;
font-weight:800px;
color:rgb(0, 0, 0);
text-align:center;
text-transform:uppercase;
letter-spacing:8px;
word-spacing:40px;
text-transform:capitalize;
text-decoration:overline;
}
imgs/2.jpg

98.3 KB

Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment