Jump to content

DariaYG

Neophyte
  • Posts

    1
  • Joined

  • Last visited

Information

  • Sex
    женский

DariaYG's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Не могу изменить размер и перенести меню на правую сторону. Сейчас это выглядит вот так а хочется вот так (сделано в фш) с цветами я и сама разберусь, а как поставить правильно не понимаю. (Типо код) <html> <head> <meta charset="utf-8"> <title>Цветочный салон: Мираж</title> <style> hr { border: none; background-color: #CD5C5C; color: red; height: 3px; } </style> <style> #navbar { margin: 0; padding: 0; list-style-type: none; border: 2px solid #FF00FF; border-radius: 20px 5px; width: 550px; text-align: center; background-color: #8A2BE2; } #navbar li { display: inline; } #navbar a { color: #800080; padding: 5px 10px; text-decoration: none; font-weight: bold; display: inline-block; width: 100px; } #navbar a:hover { border-radius: 20px 5px; background-color: #FFDAB9; } </style> </head> <body background='фон салона.jpg'> <img src='верх.png' width=45% height=60% align='left'> <img src='название.png' width=22% height=22% align='right'> <hr> <font color='#C71585' face='Mistral' size='5'><p align='center'>Цветочный салон "Мираж"</p> <p align='center'><img src='труба.png' width=2% height=4% align='center'>+8(800)555-35-35</p></font> <hr> <ul id="navbar"> <li><a href="#">Товары</a></li> <li><a href="#">Новости</a></li> <li><a href="#">Контакты</a></li> <li><a href="#">О нас</a></li> </ul> </body> </html>
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy