umıtozdogan
Hectopat
- Katılım
- 28 Kasım 2020
- Mesajlar
- 782
- Çözümler
- 4
Daha fazla  
				
					
						
						
							
	
		
			
			
				
			
			
		
		
	- Sistem Özellikleri
- RX 6700 XT - Ryzen 5 5600
- Cinsiyet
- Erkek
- Meslek
- Öğrenci
Dünden beri uğraşıyorum ama yapamıyorum üstteki orijinal olan altındaki ise benim kopyalamaya çalıştığım site. Ama bir türlü aşağıdaki alt başlıkları yan yana getiremiyorum.
		
		
	
	
		
 
	
		
 
	
	
	
	
	
	
		
	
		
			
		
		
	
				
			
		CSS:
	
	<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
    <style>
        *{
            margin: 0;
        }
#with-image-content{
    background: url(../home-bg\ \(1\).jpeg);
    height: 500px;
    width: 100%;
    background-position: center;
 
}
.header-link{
    background-color: #FC997C;
    padding: 8px 16px;
}
.header-navs {
    display: inline-block;
    margin-left: 1500px;
}
#movieapp{
    font-weight: bold;
    text-decoration: none;
    color: white;
    font-size: 24px;
 
}
#header__item{
    display: inline-block;
 
}
.header__item-mid{
    margin-right: 10px;
    margin-left: 20px;
}
#header__item a{
    text-decoration: none;
    color: white;
    font-size: 16px;
    font-weight: bold;
}
#header__item a::before{
    content: "\2022";
}
.login-button{
    border: 2px solid white;
    background-color: #2e4c6d;
    border-radius: 5px;
    padding: 4px 8px;
}
.welcomeapp{
    padding: 10px;
    text-align: center;
}
#howitworks{
    text-align: center;
    margin-top: 20px;
    color: gray;
    font-size: 36px;
}
.article-2{
    text-align: center;
    margin-top: 50px;
    color: #2e4c6d;
}
.article-4{
text-align: right;
margin-right: 250px;
color: #2e4c6d;
}
#works_text{
    text-align: center;
}
.article-3{
    text-align: left;
    margin-left: 250px;
    color: #2e4c6d;
}
#article-3_text{
    margin-right: 100px;
    margin-left: 50px;
}
#icon-box{
    display: inline-block
}
#enjoy_text{
    text-align: right;
    margin-right: 70px;
}
#article-4_text_texts{
    text-align: right;
    margin-right: 200px;
}
</style>
</head>
<body>
    <header class="header-link">
        <a href="#" id="movieapp">MovieApp</a>
        <nav class="header-navs">
            <ul class="header_items">
                <li id="header__item">
                    <a href="#">Home</a>
                </li>
                <li id="header__item" class="header__item-mid">
                    <a href="#">Contact</a>
                </li>
                <li id="header__item" class="login-button" >
                    <a href="#">Login</a>
                </li>
            </ul>
        </nav>
    </header>
    <main>
        <div id="with-image-content">
            <h2 class="welcomeapp">Welcome to my app</h2>
        </div>
    </main>
    <section class="article-1">
        <h2 id="howitworks">How it works?</h2>
    </section>
        <p id="works_text">We will show you step by step how to start watching your favorite movies & tv shows starting now!</p>
    <section class="article-2" >
        <h2 id="icon-box">Register</h2>
        <p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Odio et in ipsa iusto placeat praesentium. <br>
         Quos, sunt, sit laborum, ipsa error modi eum qui provident velit magnam ducimus ipsum ad?</p>
    </section>
    <section class="article-3" >
        <h2 id="icon-box">Choose a Plan</h2>
    </section>
    <p id="article-3_text">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Voluptatum ea molestias blanditiis delectus <br> <p style="margin-left: 200px;">facilis tempore consectetur voluptatem fugit</p>
    </p>
    <section class="article-4" >
        <h2 id="icon-box">Enjoy Movies</h2>
    </section>
    <p id="enjoy_text"  class="texts">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Nam dolor repellendus <br> <p id="article-4_text_texts"  class="texts">minus doloribus tenetur accusamus?</p></p>
</body>
</html>[ICODE][ICODE][/ICODE][/ICODE]
			
				Son düzenleyen: Moderatör: 
			
		
	
								
								
									
	
		
			
		
		
	
	
	
	
		
			
		
		
	
								
							
							 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		 
 
		