How could I set 2 pictures at top left/right corners of the section without id or class attributes HTML CSS -
// I have been asked to create a web site without the ability to use aids or classes, Want to put two pictures on For example, I used two examples in the section html code. They will be small and up and change the title again - especially when I use IMG vertical-align-20 and section H1 margin top-30 in CSS.
img {width: 200px; Vertical-alignment: -20px; } Section {background color: RGBA (255, 255, 255, 9.); Width: 1050px; Height: 1400 px; Margin-top: -119 px; Margin-left: 110px; Margin-down: 140px; Border: 2px solid red; Range radius: 10px; Box-shadow: 3px 3px 2px 2px black; } Section h1 {text-align: center; Font-size: 28px; Letter-spacing: 10px; Text-shadow: 1px 1px 1px red; Margin-top: -130px} & lt; Section & gt; & Lt; Img src = "canada.png" alt = "Canada" /> & Lt; Img src = "canada.giff" alt = "Canada" /> & Lt; H1 & gt; Title & lt; / H1> & Lt; / Section & gt; It is easy to just align HTML code = "right / left" like:
& lt; Img align = "left" src = "canada.png" alt = "Canada" />
Comments
Post a Comment