Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

Style Scoped Vue

<style scoped>
h3{
font-size: 100px}
</style>
Style scoped means this css only applies to this template
For example, only the h3 tags in this particular template will have font-size of 100px, other templates will have default sized h3 tags
 
PREVIOUS NEXT
Tagged: #Style #Scoped #Vue
ADD COMMENT
Topic
Name
3+7 =