ScratchData LogoScratchData
Back to n8gr8cf's profile

CSS

N8n8gr8cf•Created November 25, 2022
CSS
2
2
6 views
View on Scratch

Instructions

set.css is below

Description

html { font-family: Arial, Helvetica, sans-serif; } p, a, textarea, input, select, button, em, b { font-weight: lighter; font-size: 12pt; } button { color: white; border-radius: 3px; padding: 4px; background-color: black; border: 1px solid black; } button:active { color: black; background-color: white; border: 1px solid black; } a { color: darkcyan; } a:visited { color: cyan; } h1, h2, h3, h4, h5, h6 { font-weight: lighter; } textarea { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; } .txtsmall { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; width: 200px; height: 100px; } .txtnormal { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; width: 400px; height: 200px; } .txtlarge { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; width: 800px; height: 400px; } .iptsmalldef { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; width: 200px; } .iptnormaldef { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; width: 400px; } .iptlargedef { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; width: 800px; } .iptsmalllrg { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; width: 200px; height: 25px; } .iptnormallrg { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; width: 400px; height: 25px; } .iptlargelrg { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; width: 800px; height: 25px; } .selectFit { font-family: Arial, Helvetica, sans-serif; font-size: 12pt; width: 800px; height: 25px; } .iptbutton { border: 1px solid green; background-color: green; color: white; padding: 4px; border-radius: 3px; } .iptbutton:active { border: 1px solid black; background-color: white; color: black; }

Project Details

Project ID767485441
CreatedNovember 25, 2022
Last ModifiedNovember 25, 2022
SharedNovember 25, 2022
Visibilityvisible
CommentsAllowed