Jump to content
  • 0

Изменить размер и перенести на правую сторону


DariaYG
 Share

Question

Не могу изменить размер и перенести меню на правую сторону. Сейчас это выглядит вот так 1992279411_.thumb.png.039bba69e79df1bc704f2c6b900289ab.png а хочется вот так 132903304_.thumb.jpg.3e6833246e6bd929165304872cb104eb.jpg (сделано в фш) с цветами я и сама разберусь, а как поставить правильно не понимаю.

(Типо код)

 

<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>

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • 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