2 Bilder nebeneinander
Guten Abend,
ich wollte mich mal erkundigen wie ich 2 Bilder nebeneinander machen kann, mit einem Text.
Kommentar abgeben zu diesen Beitrag/Code ?Dann hier klicken
Der hier verwendete Code
<style>
.name2 {
font-size: 20px;
font-family: Arial Black;
color: red;
}
.rush p {
font-size: 20px;
font-family: Coiny;
background-color: rgba(226,240,0,0.4);
width: 100%;
text-align:center;
}
.rush img {
border: 5px solid #DCD80C;
padding: 5px;
margin: 0px 20px;
border-radius: 50%;
height: 150px;
width: 150px;
}
.cloud p {
font-size: 20px;
font-family: Coiny;
background-color: rgba(226,240,0,0.4);
width: 300px;
}
.cloud img {
border: 5px solid #DCD80C;
padding: 5px;
margin: 0px 70px;
border-radius: 50%;
height: 150px;
width: 150px;
}