Honnan tölthetnék le ehhez hasonlót?
<!DOCTYPE html>
<html>
<head>
<title>AAAA</title>
</head>
<body>
<style type="text/css">
* { margin: 0; padding: 0; }
body { background: #666; }
h1 { position: relative; top: 15px; z-index: 1; text-align: center; color: #fff; font-family: verdana; }
section#left {
width: 50%; position: absolute; bottom: 0; left: 0; top: 0;
background: #444;
float: left;
text-align: center;
padding-top: 300px;
}
section#right {
width: 50%; position: absolute; bottom: 0; right: 0; top: 0;
background: #555;
float: left;
text-align: center;
padding-top: 300px;
}
a {
color:#fff;
background: rgb(90, 90, 90);
padding: 5px 15px;
border: 1px solid rgba(0,0,0,0.1);
border-radius: 30px;
font-family: tahoma;
text-decoration: none;
position: relative;
top: 10px;
}
</style>
<h1>na melyik?</h1>
<section id="left">
<h2>egyik</h2>
<a href="#">Tovább</a>
</section>
<section id="right">
<h2>másik</h2>
<a href="#">Tovább</a>
</section>
</body>
</html>
a background értékét állítod.
background: url('img-url');
Így átírtam, de nem jó..
<style type="text/css">
* { margin: 0; padding: 0; }
body { background: #666; }
h1 { position: relative; top: 15px; z-index: 1; text-align: center; color: #fff; font-family: verdana; }
section#left {
width: 50%; position: absolute; bottom: 0; left: 0; top: 0;
background: url('./fft.jpeg');
float: left;
text-align: center;
padding-top: 300px;
}
<!DOCTYPE html>
<html>
<head>
<title>AAAA</title>
</head>
<body>
<style type="text/css">
* { margin: 0; padding: 0; }
body { background: #666; color: #fff;}
h1 { position: relative; top: 15px; z-index: 1; text-align: center; color: #fff; font-family: verdana; }
section#left {
width: 50%; position: absolute; bottom: 0; left: 0; top: 0;
background: url('http://images2.layoutsparks.com/1/225612/simple-plain-grey-stripes.jpg');
float: left;
text-align: center;
padding-top: 300px;
}
section#right {
width: 50%; position: absolute; bottom: 0; right: 0; top: 0;
background: url('http://fc05.deviantart.net/fs70/f/2010/010/a/5/simple_wallpaper_by_mikro098.png');
float: left;
text-align: center;
padding-top: 300px;
}
a {
color:#fff;
background: rgb(90, 90, 90);
padding: 5px 15px;
border: 1px solid rgba(0,0,0,0.1);
border-radius: 30px;
font-family: tahoma;
text-decoration: none;
position: relative;
top: 10px;
}
</style>
<h1>na melyik?</h1>
<section id="left">
<h2>egyik</h2>
<a href="#">Tovább</a>
</section>
<section id="right">
<h2>másik</h2>
<a href="#">Tovább</a>
</section>
</body>
</html>
elírtad. a linkek végéről lehagytad a zárójelet. így működik:
* { margin: 0; padding: 0; }
body { background: #666; }
h1 { position: relative; top: 15px; z-index: 1; text-align: center; color: #fff; font-family: verdana; }
section#left {
width: 50%; position: absolute; bottom: 0; left: 0; top: 0;
background: url(' [link]
float: left;
text-align: center;
padding-top: 300px;
}
section#right {
width: 50%; position: absolute; bottom: 0; right: 0; top: 0;
background: url(' [link]
float: left;
text-align: center;
padding-top: 300px;
}
a {
color:#fff;
background: rgb(90, 90, 90);
padding: 5px 15px;
border: 1px solid rgba(0,0,0,0.1);
border-radius: 30px;
font-family: tahoma;
text-decoration: none;
position: relative;
top: 10px;
}
Kapcsolódó kérdések:
Minden jog fenntartva © 2025, www.gyakorikerdesek.hu
GYIK | Szabályzat | Jogi nyilatkozat | Adatvédelem | Cookie beállítások | WebMinute Kft. | Facebook | Kapcsolat: info(kukac)gyakorikerdesek.hu
Ha kifogással szeretne élni valamely tartalommal kapcsolatban, kérjük jelezze e-mailes elérhetőségünkön!