简体   繁体   English

在R中使用CSS自定义ioslides

[英]Using CSS to customize ioslides in R

To begin with, I am just using the default ioslides presentation in R.首先,我只是在 R 中使用默认的 ioslides 演示文稿。 At the moment, trying to figure out how to accomplish 3 items目前,试图弄清楚如何完成3个项目

  1. Make the space between the header and the text smaller.缩小 header 和文本之间的空间。
  2. How to decrease the font size in the body如何减小正文中的字体大小
  3. How to decrease font size in the header如何减小 header 中的字体大小

As of yet, this is my attempt.到目前为止,这是我的尝试。 No errors but nothing has changed.没有错误,但没有任何改变。 I am under the impression that ## equates to h2.我的印象是## 等同于 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 1.问:没看懂

2.Question 2.问题

body{
font-size:8px;
}

3.Question: 3.问题:

    h2{
font-size:10px;
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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