Skip to content

Instantly share code, notes, and snippets.

View frezocsss-cmd's full-sized avatar

Rasul Ravshanbekov frezocsss-cmd

View GitHub Profile
@frezocsss-cmd
frezocsss-cmd / Style.css
Created March 7, 2026 01:14
My Portfolio Website
* {
margin: 0;
padding: 0;
color: inherit;
text-decoration: none;
box-sizing: border-box;
list-style: none;
font-family: cursive;
}
.container {
@frezocsss-cmd
frezocsss-cmd / Frontend practice code
Created March 7, 2026 01:08
My first JavaScript code
let randomSon = Math.round(Math.random() * 100)
alert("Random son chiqdi")
alert(`Sizga chiqqan son: ${randomSon}`)