简体   繁体   中英

Using CSS to customize ioslides in R

To begin with, I am just using the default ioslides presentation in R. At the moment, trying to figure out how to accomplish 3 items

  1. Make the space between the header and the text smaller.
  2. How to decrease the font size in the body
  3. How to decrease font size in the header

As of yet, this is my attempt. No errors but nothing has changed. I am under the impression that ## equates to h2. Am I incorrect?

Any ideas on how to do this?

 h2{
font-family:'Arial';
font-size:'10';
padding-bottom:1px;
}

body{
font-family:'Arial';
font size:'8';
}

1.Question: I did'nt understand

2.Question

body{
font-size:8px;
}

3.Question:

    h2{
font-size:10px;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM