Notes
![]() ![]() Notes - notes.io |
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Windows 95 Стиль</title>
<style>
body {
background-color: teal;
font-family: "Arial", sans-serif;
margin: 0;
padding: 0;
height: 100vh;
overflow: hidden;
}
.desktop {
display: flex;
flex-wrap: wrap;
justify-content: start;
padding: 20px;
}
.icon {
width: 32px;
height: 32px;
background-color: #ffffff;
margin: 10px;
border: 2px solid #000;
text-align: center;
line-height: 32px;
color: black;
font-size: 10px;
font-weight: bold;
border-radius: 4px;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.taskbar {
background-color: lightgray;
height: 40px;
position: fixed;
bottom: 0;
width: 100%;
display: flex;
align-items: center;
justify-content: flex-start;
box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.3);
}
.start-button {
background-color: #000080;
color: white;
font-size: 14px;
border: none;
padding: 5px 10px;
margin-left: 10px;
cursor: pointer;
border-radius: 3px;
font-weight: bold;
}
.tabs {
margin-left: 20px;
display: flex;
}
.tab {
background-color: #c0c0c0;
border: 1px solid #808080;
padding: 8px;
margin-right: 5px;
border-radius: 3px;
cursor: pointer;
}
.tab:hover {
background-color: #b0b0b0;
}
.start-menu {
display: none;
position: absolute;
bottom: 50px;
left: 10px;
width: 200px;
background-color: #c0c0c0;
border: 2px solid #808080;
border-radius: 4px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.5);
}
.start-menu a {
display: block;
padding: 8px;
text-decoration: none;
color: black;
background-color: #c0c0c0;
border-bottom: 1px solid #808080;
font-size: 12px;
}
.start-menu a:hover {
background-color: #a0a0a0;
}
.start-menu a:last-child {
border-bottom: none;
}
.window {
width: 600px;
margin: 50px auto;
background-color: #C0C0C0;
border: 2px solid #000;
border-radius: 5px;
box-shadow: 2px 2px 5px #888888;
}
.window-title {
background-color: #000080;
color: white;
padding: 5px 10px;
font-size: 16px;
font-weight: bold;
text-align: left;
border-bottom: 2px solid #000080;
cursor: move;
}
.window-content {
padding: 10px;
background-color: #FFFFFF;
color: #000000;
height: 200px;
overflow-y: auto;
}
.button {
background-color: #000080;
color: white;
border: none;
padding: 5px 10px;
cursor: pointer;
margin-top: 10px;
border-radius: 3px;
}
.button:hover {
background-color: #0000CD;
}
</style>
</head>
<body>
<div class="desktop">
<!-- Иконки на рабочем столе -->
<div class="icon">1</div>
<div class="icon">2</div>
<div class="icon">3</div>
<div class="icon">4</div>
<div class="icon">5</div>
<div class="icon">6</div>
<div class="icon">7</div>
<div class="icon">8</div>
<div class="icon">9</div>
<div class="icon">10</div>
<div class="icon">11</div>
<div class="icon">12</div>
<div class="icon">13</div>
<div class="icon">14</div>
<div class="icon">15</div>
</div>
<div class="window">
<div class="window-title">Окно с вашим содержимым</div>
<div class="window-content">
<p>Содержимое</p>
</div>
<div style="padding: 10px;">
<button class="button" onclick="window.location.reload();">Перезагрузить страницу</button>
</div>
</div>
<!-- Панель задач -->
<div class="taskbar">
<!-- Кнопка Пуск -->
<button class="start-button" onclick="toggleStartMenu()">Пуск</button>
<!-- Вкладки -->
<div class="tabs">
<div class="tab">1</div>
<div class="tab">2</div>
<div class="tab">3</div>
<div class="tab">4</div>
<div class="tab">5</div>
</div>
</div>
<!-- Меню Пуск -->
<div class="start-menu" id="start-menu">
<a href="#">Пункт 1</a>
<a href="#">Пункт 2</a>
<a href="#">Пункт 3</a>
<a href="#">Пункт 4</a>
<a href="#">Пункт 5</a>
<a href="#">Пункт 6</a>
<a href="#">Пункт 7</a>
<a href="#">Пункт 8</a>
<a href="#">Пункт 9</a>
<a href="#">Пункт 10</a>
</div>
<script>
// Функция для отображения/скрытия меню "Пуск"
function toggleStartMenu() {
var startMenu = document.getElementById("start-menu");
if (startMenu.style.display === "none" || startMenu.style.display === "") {
startMenu.style.display = "block";
} else {
startMenu.style.display = "none";
}
}
</script>
</body>
</html>
![]() |
Notes is a web-based application for online taking notes. You can take your notes and share with others people. If you like taking long notes, notes.io is designed for you. To date, over 8,000,000,000+ notes created and continuing...
With notes.io;
- * You can take a note from anywhere and any device with internet connection.
- * You can share the notes in social platforms (YouTube, Facebook, Twitter, instagram etc.).
- * You can quickly share your contents without website, blog and e-mail.
- * You don't need to create any Account to share a note. As you wish you can use quick, easy and best shortened notes with sms, websites, e-mail, or messaging services (WhatsApp, iMessage, Telegram, Signal).
- * Notes.io has fabulous infrastructure design for a short link and allows you to share the note as an easy and understandable link.
Fast: Notes.io is built for speed and performance. You can take a notes quickly and browse your archive.
Easy: Notes.io doesn’t require installation. Just write and share note!
Short: Notes.io’s url just 8 character. You’ll get shorten link of your note when you want to share. (Ex: notes.io/q )
Free: Notes.io works for 14 years and has been free since the day it was started.
You immediately create your first note and start sharing with the ones you wish. If you want to contact us, you can use the following communication channels;
Email: [email protected]
Twitter: http://twitter.com/notesio
Instagram: http://instagram.com/notes.io
Facebook: http://facebook.com/notesio
Regards;
Notes.io Team