Windows

Developer
Size
2,686 Kb
Views
6,072

How do I make an windows?

From dribble: https://dribbble.com/shots/1999163-Whaddyaknow-Treehouse-is-Hiring. What is a windows? How do you make a windows? This script and codes were developed by Barbara Laird on 16 January 2023, Monday.

Windows Previews

Windows - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Windows</title> <link rel='stylesheet prefetch' href='https://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css'> <link rel="stylesheet" href="css/style.css">
</head>
<body> <div class='container'> <div class='win0 win'> <div class='dot'></div> <div class='dot reddot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> <div class='dot'></div> </div> <div class='win1 win'></div> <div class='win2 win'> Tt </div> <div class='win3 win'></div> <div class='win4 win'></div>
</div> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script> <script src="js/index.js"></script>
</body>
</html>

Windows - Script Codes CSS Codes

@import url(https://fonts.googleapis.com/css?family=Nunito:700);
.container { background: #7ccfef; border: 8px solid white; width:800px; height:600px; position:absolute;
}
.win { background: white; border: 16px solid #d5dce5; border-top: 35px solid #d5dce5; position: absolute; border-radius:8px; box-shadow: 0 10px 0 rgba(0,0,0,.05); color: #e7bd95; font-size: 130px; font-weight: bold; text-align:center; font-family: 'Nunito', sans-serif;
}
.win0 { width: 48px; height:236px; background: #d5dce5; top: 200px; left: 80px; border:none;
}
.win1, .win2 { width: 260px; height: 260px;
}
.win1 { left: 160px; top: 240px;
}
.win2 { left: 260px; top:160px;
}
.win3 { height:222px; width: 100px; left: 600px; top:200px; background:linear-gradient( white 45px, #d5dce5 45px, #d5dce5 66px, white 66px, white 133px, #d5dce5 133px, #d5dce5 154px, white 154px);
}
.win4 { height:50px; width: 100px; left: 600px; top:480px;
}
.dot { background: white; width: 24px; height: 24px; border-radius: 50%; margin: 12px auto;
}
.reddot { background:#eb8b8b;
}
.lines { background: #CBC0E9; width: 100px; height: 80px;
}

Windows - Script Codes JS Codes

// http://stackoverflow.com/questions/13761472/how-to-render-glyphs-from-fontawesome-on-a-canvas-element
// http://stackoverflow.com/questions/13932291/css-cursor-using-data-uri
$(function() { var canvas = document.createElement("canvas"); canvas.width = 48; canvas.height = 48; //document.body.appendChild(canvas); var ctx = canvas.getContext("2d"); ctx.fillStyle = "#959ca2"; ctx.font = "48px FontAwesome"; ctx.textAlign = "center"; ctx.textBaseline = "middle"; ctx.fillText("\uf124", 24, 24); var dataURL = canvas.toDataURL('image/png') $('body').css('cursor', 'url('+dataURL+'), auto');
});
Windows - Script Codes
Windows - Script Codes
Home Page Home
Developer Barbara Laird
Username bhlaird
Uploaded January 16, 2023
Rating 3
Size 2,686 Kb
Views 6,072
Do you need developer help for Windows?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Barbara Laird (bhlaird) Script Codes
Create amazing blog posts with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!