• 18-04-2018, 15:55:46
    #1





    Arkadaşlar şu tasarımı html e çevirebilecek arkadaşlar varmı okula yetişiyorum yardım ederseniz minnettar kalırım.
  • 18-04-2018, 16:34:45
    #2
    Şöyle bir şey yaptım ama işini görür inşallah

    <!DOCTYPE html>
    
    
    <html>
    
    
        <head>
            <link rel="stylesheet" type="text/css" href="deneme.css">
        </head>
        
        <body>
            <div class="header">
                <h1>WEB SİTESİ</h1>
            </div>
            <div class="break"></div>
            <div class="main">
                <h2>Lorem Ipsum Nedir?</h2>
                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
            </div>
            <div class="sidebar">
                <ul>
                    <li>LOREM</li>
                    <li>LOREM</li>
                    <li>LOREM</li>
                    <li>LOREM</li>
                    <li>LOREM</li>
                    <li>LOREM</li>
                    <li>LOREM</li>
                </ul>
            </div>
            <div class="footer">
                <p>Tüm hakları saklıdır</p>
            </div>
        </body>
    </html>



    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    html{
        font-family: arial;
        font-size:20px;
    }
    .header{
        background:#8C4700;
        text-align: center;
        line-height: 250px;
        color:#fff;
        font-size: 150%;
    }
    
    
    .break{
        background: #B18600;
        height: 50px;
    }
    
    
    .main{
        float: left;
        width: 70%;
        height: 800px;
        background: #FE9772;
        padding: 20px;
    }
    .main h2{
        margin-bottom: 30px;
    
    
    }
    .sidebar{
        float: left;
        width:30%;
        height: 800px;
        padding: 20px;
        background: #004200;
    }
    
    
    .sidebar li{
        list-style-type: none;
        margin-left: 20px;
        color:#fff;
        margin-bottom: 10px;
    }
    
    
    .footer{
        background: #585858;
        color:#fff;
        line-height: 140px;
    }
    .footer p{
        margin-left: 20px;
        text-transform: uppercase;
        font-size: 120%;
    }
  • 18-04-2018, 17:54:12
    #3
    Öğretmenin istediği tasarım bu ise bir şey diyemem, ama kendi tasarımınsa bu tasarımdan iyi not bekleme.
  • 18-04-2018, 19:56:04
    #4
    mapacarta adlı üyeden alıntı: mesajı görüntüle
    Şöyle bir şey yaptım ama işini görür inşallah

    <!DOCTYPE html>
    
    
    <html>
    
    
        <head>
            <link rel="stylesheet" type="text/css" href="deneme.css">
        </head>
        
        <body>
            <div class="header">
                <h1>WEB SİTESİ</h1>
            </div>
            <div class="break"></div>
            <div class="main">
                <h2>Lorem Ipsum Nedir?</h2>
                <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
            </div>
            <div class="sidebar">
                <ul>
                    <li>LOREM</li>
                    <li>LOREM</li>
                    <li>LOREM</li>
                    <li>LOREM</li>
                    <li>LOREM</li>
                    <li>LOREM</li>
                    <li>LOREM</li>
                </ul>
            </div>
            <div class="footer">
                <p>Tüm hakları saklıdır</p>
            </div>
        </body>
    </html>

    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }
    html{
        font-family: arial;
        font-size:20px;
    }
    .header{
        background:#8C4700;
        text-align: center;
        line-height: 250px;
        color:#fff;
        font-size: 150%;
    }
    
    
    .break{
        background: #B18600;
        height: 50px;
    }
    
    
    .main{
        float: left;
        width: 70%;
        height: 800px;
        background: #FE9772;
        padding: 20px;
    }
    .main h2{
        margin-bottom: 30px;
    
    
    }
    .sidebar{
        float: left;
        width:30%;
        height: 800px;
        padding: 20px;
        background: #004200;
    }
    
    
    .sidebar li{
        list-style-type: none;
        margin-left: 20px;
        color:#fff;
        margin-bottom: 10px;
    }
    
    
    .footer{
        background: #585858;
        color:#fff;
        line-height: 140px;
    }
    .footer p{
        margin-left: 20px;
        text-transform: uppercase;
        font-size: 120%;
    }


    Allah razı olsun hocam Teşekkür ederim
  • 18-04-2018, 22:47:22
    #5
    Ben bu konun aynısını wmaracında gördüm oraya bootsrap 4 ile bir çalışma atmıştım