Cute Terminal

Size
2,392 Kb
Views
24,288

How do I make an cute terminal?

What is a cute terminal? How do you make a cute terminal? This script and codes were developed by Eliseo Martelli on 12 October 2022, Wednesday.

Cute Terminal Previews

Cute Terminal - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Cute Terminal</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="terminal"> <div class="bar"> <div class="circle" id="close"></div> <div class="circle" id="minimize"></div> <div class="circle" id="expand"></div> </div> <div class="app"># ></div>
</div> <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.1.1/jquery.min.js'></script>
<script src='https://www.mattboldt.com/demos/typed-js/js/typed.custom.js'></script> <script src="js/index.js"></script>
</body>
</html>

Cute Terminal - Script Codes CSS Codes

@import url('https://fonts.googleapis.com/css?family=Space+Mono');
body { background: #008888; font-family: 'Space Mono', monospace;
}
.terminal { background: #2B2B2B; width: 300px; height: 220px; box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15); border-radius: 4px; position: absolute; top: 50%; left: 50%; -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);
}
.terminal .bar { background: #E5E5E5; padding: 4px; padding-left: 8px; border-radius: 4px 4px 0 0;
}
.terminal .app { color: #008D16; padding: 8px; position: relative; font-size: 1.4rem;
}
.terminal .bar .circle { width: 12px; height: 12px; border-radius: 50%; display: inline-block;
}
.circle#close { background: #FF0000;
}
.circle#minimize { background: #FFAA36;
}
.circle#expand { background: #4DB700;
}
.typed-cursor{ opacity: 1; color: #008D16; -webkit-animation: blink 0.7s infinite; animation: blink 0.7s infinite;
}
@-webkit-keyframes blink { 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; }
}
@keyframes blink { 0% { opacity:1; } 50% { opacity:0; } 100% { opacity:1; }
}

Cute Terminal - Script Codes JS Codes

$(function(){ $(".app").typed({ strings: [" sudo su", " rm -rf /"], cursorChar: "█", typeSpeed: 0 }); });
Cute Terminal - Script Codes
Cute Terminal - Script Codes
Home Page Home
Developer Eliseo Martelli
Username eliseomartelli
Uploaded October 12, 2022
Rating 3
Size 2,392 Kb
Views 24,288
Do you need developer help for Cute Terminal?

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!

Eliseo Martelli (eliseomartelli) Script Codes
Create amazing art & images 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!