Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css example

#description{
    font-size: 30px;
    color:#21CF31;
}
body{
    text-align: center;
    background-image:linear-gradient(to right,#B5BE27,pink)
}
.header{
    color:#1E2AC8;
}
Comment

css example

/*body,h2,p,input are html tags */
/*.hello and #test are html class and id attributes*/
body {
  background-color: blue;
}

h2 {
  color: grey;
  text-align: center;
}

p {
  font-family: Sans-serif ;
  font-size: 30px;
}
input{
  width:50%;
}
.hello{
 	color:red;
}
#test{
  	color:blue;
}
Comment

css syntax examples

selector {property: value; }
Comment

PREVIOUS NEXT
Code Example
Css :: fixed with 
Css :: css float and clear 
Css :: arranging the paragraph in css 
Css :: css difference between class and id 
Css :: media query min and max width for all devices 
Css :: asp.net set css class in code behind 
Css :: Sidebar-Content layout 
Css :: bootstrap.min.css code download 
Typescript :: prettier not working with tsx 
Typescript :: organize imports on save vscode 
Typescript :: random between two floats python 
Typescript :: typescript check if string is number 
Typescript :: github screenshots resize 
Typescript :: conditional style angular 
Typescript :: check if key exists in json typescript 
Typescript :: how to check if file exists lua 
Typescript :: styled components hover 
Typescript :: err_too_many_redirects wordpress 
Typescript :: nodemon typescript 
Typescript :: Type annotations can only be used in TypeScript files. 
Typescript :: No safe area insets value available. Make sure you are rendering `<SafeAreaProvider` at the top of your app. 
Typescript :: NativeStackNavigationProp params 
Typescript :: useappselector 
Typescript :: typescriprt specify type of key 
Typescript :: Why are my component bindings undefined in its controller? 
Typescript :: firefox hsts clear 
Typescript :: eslint typescript 
Typescript :: deno router 
Typescript :: typescript string to enum 
Typescript :: http requests in spring boot 
ADD CONTENT
Topic
Content
Source link
Name
6+9 =