HTML/CSS/JavaScript Playground
HTML/CSS/JavaScript
HTML
CSS
Javascript
C++
C
PHP
Java
Python
Swift
C#
Ruby
Node.JS
Kotlin
jQuery
Go
R
TypeScript
Start HTML Course
Register
Portfolio - Shashikant 😎🚀
+81
Author: Shashikant
Dark
Public
Save
html
html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<title>Portfolio - Shashikant</title>
</head>
<body>
<iframe id="portfolio" src="https://mr-shashik
ant.vercel.app/" allowfullscreen></iframe>
</body>
</html>
css
css
1
2
3
4
5
6
7
8
#portfolio {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
js
js
1
BROWSER
Console