משתמש:Men770/דף משתמש עתידי: הבדלים בין גרסאות בדף

מתוך חב"דפדיה, אנציקלופדיה חב"דית חופשית
קפיצה לניווט קפיצה לחיפוש
אין תקציר עריכה
אין תקציר עריכה
 
(5 גרסאות ביניים של אותו משתמש אינן מוצגות)
שורה 1: שורה 1:
<html>
<html>
<body style="background-color: #00A100">
<div>
  <a href="/index.php/עמוד ראשי">עמוד ראשי</a>
  <a href="/index.php/שיחת משתמש:Men770">שיחה</a>
  <a href="/index.php/מיוחד:שינויים אחרונים">שינויים אחרונים</a>
</div>
 
<div class="main">
  <p>Some text some text some text some text..</p>
</div>
<style>
/* The navigation bar */
.navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed; /* Set the navbar to fixed position */
    top: 0; /* Position the navbar at the top of the page */
    width: 100%; /* Full width */
}
 
/* Links inside the navbar */
.navbar a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
 
/* Main content */
.main {
    margin-top: 30px; /* Add a top margin to avoid content overlay */
}
</style>
</html>
</html>

גרסה אחרונה מ־09:42, 22 באוגוסט 2017

<html>

 <a href="/index.php/עמוד ראשי">עמוד ראשי</a>
 <a href="/index.php/שיחת משתמש:Men770">שיחה</a>
 <a href="/index.php/מיוחד:שינויים אחרונים">שינויים אחרונים</a>

Some text some text some text some text..

<style> /* The navigation bar */ .navbar {

   overflow: hidden;
   background-color: #333;
   position: fixed; /* Set the navbar to fixed position */
   top: 0; /* Position the navbar at the top of the page */
   width: 100%; /* Full width */

}

/* Links inside the navbar */ .navbar a {

   float: left;
   display: block;
   color: #f2f2f2;
   text-align: center;
   padding: 14px 16px;
   text-decoration: none;

}

/* Main content */ .main {

   margin-top: 30px; /* Add a top margin to avoid content overlay */

} </style> </html>