Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
</script>
</head>
<body>
<p style="color:red;">Это моя первая страница</p>
<input type="button" value="жми меня" onclick="mult()" style="color: rgb(60, 60, 159); font-size: 20px; " >
<p style="color:rgb(112, 15, 15);">Это моя первая страница</p>
<input type="button" value="жми меня" onclick="mult()" style="color: rgb(12, 3, 3); font-size: 20px; " >

</body>
</html>
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@

Увеличили размер шрифта на кнопке

изменили цвет текста и кнопки