请查看https://jsfiddle.net/p1ys5yj3/1/
我尝试使用.question{ }
将红色margin: 0px auto;
中点缀的内容置于页面中心但不起作用。
margin-left:
似乎有用,但我不确定为什么margin: 0px auto
确定。
我试过
text-align
.question { float: answer;}
.question { display: block;}
答案 0 :(得分:1)
从max-width
移除.content
并添加text-align: center;
。希望这是你想要的。
答案 1 :(得分:1)
请通过删除
修改 .content 类中的CSS填充:30px auto
和添加
保证金:30px auto
然后删除
最大宽度
来自 .question 类,添加
宽度:100%
我认为这可以解决您的问题。
答案 2 :(得分:1)
使用
更新您的cssinput_str = input('(Enter \'0\' when complete.) Enter num: ')
if (input_str.isdigit()):
num = float(input_str)
else:
if (input_str == "done"):
done()
else:
error()